- OsmoseRequest
- fetchErrorsRequest
- fetchErrorRequest
- closeErrorRequest
- falseErrorRequest
- fetchSupportedCountriesRequest
- fetchItemCategoriesRequest
- fetchItemsRequest
Osmose API request handler
Type: Object
optionsObject? Custom options to apply
Return the language to use for the Accept-language header of the requests
Returns string Language code (eg: fr, en, ru)
Return the API endpoint to use for the requests
Returns string URL of the API endpoint
Return an errors list
paramsObject
Returns Array
Return all the informations about a specific error
errorIdstring The error ID
Returns Object
Mark the specific error as solved
errorIdstring The error ID
Returns Object
Mark the specific error as false positive
errorIdstring The error ID
Returns Object
Return the list of the countries supported in the Osmose instance
Returns Array
Return the list of the item categories with some details
Returns Array
Return the list of the items configured in the Osmose instance and their translated name. It's possible to filter the returned translations to one language.
isoCountryCodestring? Eg: fr, en, ru
Returns Array
Returns Object
endpointstring The API endpointlanguagestring Accept-Language HTTP header valueerrorIdstring The ID of the error to fetch
Returns Object
endpointstring The API endpointlanguagestring Accept-Language HTTP header valueerrorIdstring The ID of the error to mark as closed
Returns Object
endpointstring The API endpointlanguagestring Accept-Language HTTP header valueerrorIdstring The ID of the error to mark as false positive
Returns Object
Returns Object
Returns Object
Returns Object