Yimaru-Mobile/lib/ui/common/app_constants.dart

86 lines
1.9 KiB
Dart

String kBaseUrl = 'https://api.yimaruacademy.com';
String kApiUrl = 'api';
String kApiVersionUrl = 'v1';
String kLevelsUrl = 'levels';
String kCoursesUrl = 'courses';
String kModulesUrl = 'modules';
String kLessonsUrl = 'lessons';
String kProgramsUrl = 'programs';
String kRegisterUrl = 'register';
String kPracticesUrl = 'practices';
String kQuestionsUrl = 'questions';
String kCategoryUrl = 'categories';
String kCoursePractice = 'by-owner';
String kUserBaseUrl = 'api/v1/user';
String kVerifyOtpUrl = 'verify-otp';
String kResendOtpUrl = 'resend-otp';
String kGetUserUrl = 'user-profile';
String kSubmodulesUrl = 'sub-modules';
String kSubcoursesUrl = 'sub-courses';
String kCompleteLessonUrl = 'complete';
String kResetPassword = 'resetPassword';
String kQuestionSetsUrl = 'question-sets';
String kRequestResetCode = 'sendResetCode';
String kSubcategoriesUrl = 'sub-categories';
String kPublishedVideos = 'videos/published';
String kCoursePracticeQuestions = 'questions';
String kUpdateProfileImage = 'profile-picture';
String kRefreshTokenUrl = 'api/v1/auth/refresh';
String kLoginUrl = 'api/v1/auth/customer-login';
String kPracticeBaseUrl = 'api/v1/question-sets';
String kCourseManagementUrl = 'course-management';
String kProfileStatusUrl = 'is-profile-completed';
String kCourseBaseUrl = 'api/v1/course-management';
String kCoursePracticeQuestion = 'api/v1/questions';
String kLessonProgressUrl = 'api/v1/progress/videos';
String kGoogleAuthUrl = 'api/v1/auth/google/android';
String kCourseProgressUrl = 'api/v1/progress/courses';
String kAssessmentsUrl = 'api/v1/assessment/questions';
String kLearnSubcategoriesUrl = 'human-language/sub-categories';
String kEmptyImagePath = '/data/user/0/com.yimaru.lms.app/app_flutter';
String kSampleVideoUrl =
'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4';
String kServerClientId =
'900714037062-24ria5fcfet71o3vde8f6gsvsj1n68ec.apps.googleusercontent.com';