Merge branch 'master' of github.com:BugisoftRSG/SCAPI

This commit is contained in:
BugisoftRSG 2023-08-09 16:27:44 +02:00
commit d97969c573
No known key found for this signature in database
GPG Key ID: 709B5D5A25866561
2 changed files with 3 additions and 28 deletions

View File

@ -4,38 +4,13 @@ This project is designed to better understand the API's from Rockstar Games used
## Features ## Features
### UGC Listing all commands and keeping them here up-to-date would be pain. Just go to src/commands
- Copy Job (From other/same platforms to PC, but not vice versa)
- Copy Local Job (Copy your own jobs)
- Delete Content (Can delete any job you created)
- Query Content (Get the job meta info of a job)
- Check Text (Checks if a given text is a profanity)
- Query Content Creators (Actual usage unknown)
### Auth
- Create Ticket
### Geo Location
- Get Location Info from IP (Looks like its Max Mind DB)
### Matchmaking
- Get Matchmaking (Lists all Sessions available to join)
### Inbox
- Send Email (May also corrupt the target's inbox if base64'd gamer handle is wrong)
- Send Bounty completed Message
### Presence
- Send Invite (IIRC only works on friends since the ballstortue incursion)
### Misc
- Decrypt (Allows you to decrypt an http request/response and get the raw xml)
### Libraries ### Libraries
This project was builded on Microsoft Visual Studio Community 2022 (64bit) This project was builded on Microsoft Visual Studio Community 2022 (64bit)
Dependencies: Dependencies via CMake:
- [Botan](https://github.com/randombit/botan) - [Botan](https://github.com/randombit/botan)
- [cpr](https://github.com/libcpr/cpr) - [cpr](https://github.com/libcpr/cpr)
- [pugixml](https://github.com/libcpr/cpr) - [pugixml](https://github.com/libcpr/cpr)
@ -50,4 +25,4 @@ cmake ..
``` ```
## Known Issues ## Known Issues
- GetTopRatedContent returns SqlException - Some endpoints may return an error since they are not available for the platform or no longer used.

Binary file not shown.