Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyasgkhakal100/store.rockstartgames.com-backend-clone
https://github.com/shreyasgkhakal100/store.rockstartgames.com-backend-clone
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreyasgkhakal100/store.rockstartgames.com-backend-clone
- Owner: Shreyasgkhakal100
- Created: 2022-03-29T04:06:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T09:37:52.000Z (over 1 year ago)
- Last Synced: 2024-04-14T21:29:53.035Z (9 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# store.rockstartgames.com-Backend-Clone
Documentation for API :-
Login
- https://obscure-citadel-15133.herokuapp.com/login
SignUp
- https://obscure-citadel-15133.herokuapp.com/register
Gears
- https://obscure-citadel-15133.herokuapp.com/gear ->this route is for all data in gear
- https://obscure-citadel-15133.herokuapp.com/gear/apparel ->this route is for apparel category data
- https://obscure-citadel-15133.herokuapp.com/gear/caps ->this route is for caps category data
- https://obscure-citadel-15133.herokuapp.com/gear/posters ->this route is for posters category data
- https://obscure-citadel-15133.herokuapp.com/gear/collectibles ->this route is for collectibles category data and if you want more data than 6 use query size=numbers of data you want and you can use page query also .
- example ->
https://obscure-citadel-15133.herokuapp.com/gear/collectibles?page=1&size=6 ->like that its applys for all apisGames
- https://obscure-citadel-15133.herokuapp.com/games -> this route is for all data of games by default it will give 4 data
if you want more data use query page and size
- exmaple -> https://obscure-citadel-15133.herokuapp.com/games?page=1&size=8
- This three routes will used in collection at the time of calling games
- https://obscure-citadel-15133.herokuapp.com/games/red -> this route is red dead games type data
- https://obscure-citadel-15133.herokuapp.com/games/grand -> this route is grand theft auto games type data
- https://obscure-citadel-15133.herokuapp.com/games/rock -> this route is rockstart games type dataCollection
- https://obscure-citadel-15133.herokuapp.com/coll -> this route is for all data in collections apparel and gear
- https://obscure-citadel-15133.herokuapp.com/coll/red/apparel -> this route is for data of apparel category in red dead games
- https://obscure-citadel-15133.herokuapp.com/coll/red/gear -> this route is for data of gear or collectibles category in red dead games
- https://obscure-citadel-15133.herokuapp.com/coll/grand/apparel ->this route is for data of apparel category in grand theft auto games
- https://obscure-citadel-15133.herokuapp.com/coll/grand/gear -> this route is for data of gear or collectibles category in grand theft auto games
- https://obscure-citadel-15133.herokuapp.com/coll/rock/apparel ->this route is for data of apparel category in rockstar games
- https://obscure-citadel-15133.herokuapp.com/coll/rock/gear > this route is for data of gear or collectibles category in rockstar games