UTCSheffield / rockstarapi

An api for the executing of Rockstar and returning of all the variable values as they change. An online editor will also be provided.
MIT License
0 stars 1 forks source link

API /gist/id/:url #2

Closed mr-eggleton closed 1 year ago

mr-eggleton commented 1 year ago

retieve a gist redirect to the created rock

devramsean0 commented 1 year ago

Endpoint that we need to pull from: https://api.github.com/gists/GIST_ID

We can then pass it into the cache, and save it to the DB for historical/. According to docs this shouldn't need to be authenticated against

We should return the same as /rock/:id and the compile routes