SCAPI/README.md

29 lines
736 B
Markdown
Raw Permalink Normal View History

2023-08-09 18:43:03 +08:00
# SCAPI
This project is designed to better understand the API's from Rockstar Games used in Grand Theft Auto V.
## Features
2023-08-09 18:46:36 +08:00
Listing all commands and keeping them here up-to-date would be pain. Just go to src/commands
2023-08-09 18:43:03 +08:00
### Libraries
This project was builded on Microsoft Visual Studio Community 2022 (64bit)
2023-08-09 18:46:36 +08:00
Dependencies via CMake:
2023-08-09 18:43:03 +08:00
- [Botan](https://github.com/randombit/botan)
- [cpr](https://github.com/libcpr/cpr)
- [pugixml](https://github.com/libcpr/cpr)
- Python for Botan
Build Instructions (Win64)
```bash
git clone https://github.com/BugisoftRSG/SCAPI.git
cd SCAPI
mkdir build && cd build
cmake ..
```
## Known Issues
2023-08-09 18:46:36 +08:00
- Some endpoints may return an error since they are not available for the platform or no longer used.