Skip to content

Latest commit

 

History

History

Clients

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.