mirror of
https://github.com/TheSR007/That_Sky_Requests.git
synced 2024-12-22 04:37:23 +08:00
621 B
621 B
That Sky Requests
How to Start
- Clone This Repo
- Run Http Debugger to Find new Requests by doing stuff in the game
- filter out all the other requests and Export it as Sky_Full.json
- put Sky_Full.json in this directory and run the the Script.py
- It will go thro each requests and get the first unique request which isn't in the current directory
- It will create a new .json file with that endpoint and copy the Headers
- You then need to Include the Request and Response which is the most fit for the .json
- And Finally push The Changes so we can update the routers accounding to the requests
- Repeat