You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the following API endpoints, as per the swagger documentation on JustServe. Each endpoint and required components should be added to the OpenAPI Generator schema file, with proper documentation, and the behavior should be tested.
GET /api/v1/locations/{language}
GET /api/v1/locations/chidren/{parentId}/{locale}
GET /api/v1;locations/{language}/countries
GET /api/v1/locations/{language}/{address}
GET /api/v1/locations/{language}/countries/postal
GET /api/v1/locations/countrycodes
GET /api/v1/locations/{language}/countries/all
GET /api/v1/locations/{language}/countries/all/{excludeSupportedCountries}
GET /api/v1/locations/lds/{id}/name
GET /api/v1/locations/lds/{id}
GET /api/v1/locations/registration-age
GET /api/v1/locations/get-country-launch-info/{updateCache}
Support the following API endpoints, as per the swagger documentation on JustServe. Each endpoint and required components should be added to the OpenAPI Generator schema file, with proper documentation, and the behavior should be tested.
GET /api/v1/locations/{language}GET /api/v1/locations/chidren/{parentId}/{locale}GET /api/v1;locations/{language}/countriesGET /api/v1/locations/{language}/{address}GET /api/v1/locations/{language}/countries/postalGET /api/v1/locations/countrycodesGET /api/v1/locations/{language}/countries/allGET /api/v1/locations/{language}/countries/all/{excludeSupportedCountries}GET /api/v1/locations/lds/{id}/nameGET /api/v1/locations/lds/{id}GET /api/v1/locations/registration-ageGET /api/v1/locations/get-country-launch-info/{updateCache}GET /api/v1/locations/get-country-launch-info