Skip to content

Instantly share code, notes, and snippets.

@FranciscoBBC
Last active March 19, 2021 12:43
Show Gist options
  • Save FranciscoBBC/7d1d5e370ba397f73c981dc27cd71c3d to your computer and use it in GitHub Desktop.
Save FranciscoBBC/7d1d5e370ba397f73c981dc27cd71c3d to your computer and use it in GitHub Desktop.
alternative API to use instead of fakestore APi
base endpoint: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/
obs: all requests use GET method
/category
list categories: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/category
list specific category: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/category/{categoryId}
list products in category: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/category/{categoryId}/products
/products
list all products: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/products
list a specific product: https://60520c72fb49dc00175b768c.mockapi.io/store/v1/products/{productId}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment