discord-bot/Clients
2023-06-13 15:36:25 +05:00
..
CirrusCiClient upgrade 3rd-party deps 2023-06-13 15:36:25 +05:00
CompatApiClient upgrade 3rd-party deps 2023-06-13 15:36:25 +05:00
GithubClient upgrade 3rd-party deps 2023-06-13 15:36:25 +05:00
IrdLibraryClient update code with new language and api features 2023-04-21 02:05:59 +05:00
MediafireClient upgrade to .net 7.0 2022-11-09 09:23:32 +05:00
OneDriveClient upgrade to .net 7.0 2022-11-09 09:23:32 +05:00
PsnClient update code with new language and api features 2023-04-21 02:05:59 +05:00
YandexDiskClient update code with new language and api features 2023-04-21 02:05:59 +05:00
readme.md some docs 2019-04-01 22:52:27 +05:00

Clients

Here we keep all the 3rd party service clients used by the bot. Most infrastructure is in the CompatApi client, and other clients reference it to use these classes, along with the configured Log.

  • CompatApi is the custom API provided by the RPCS3 website. It provides information about game compatibility and RPCS3 updates.

  • IRD Library contains the largest public repository of IRD files. It has no official API, so everything is reverse-engineered from the website web UI.

    Client implements automatic caching of the downloaded IRD files on the local filesystem for future uses.

  • PSN Client is a result of reverse-engineering the JSON API of the Playstation Store. Currently it implements resolving metadata content by its ID, as well as full-text search.

  • GitHub Client implements a barebone set of requests to resolve pull-request information, along with some additional data about the CI states.

    We do not use any form of authentication, and are limited by the regular rate of 60 API requests per hour.

  • AppVeyor Client implements most of the read-only calls to read the build history, job status, and artifact information.