leonhard-s / auraxium

A high-level Python wrapper for the PlanetSide 2 API.
https://auraxium.readthedocs.io/
MIT License
28 stars 8 forks source link

Support third-party fallback endpoints #57

Closed leonhard-s closed 1 year ago

leonhard-s commented 2 years ago

Members of the PS2 API developer community have created fallback endpoints to provide more accurate/reliable data in case the API itself falls behind game updates or has other issues.

With some minor tweaks to the RestClient and EventClient classes, it should be straightforward to support any combination of third-party endpoints as long as they are fully compatible with the Census API formats.

Should be reasonably simple to set up once #56 is done.

leonhard-s commented 1 year ago

Experimental support was added in 0.2.3, see the release notes for details