This repository is meant to be used as a tool to generate client libraries for the PagerTree API.
You can use the Swagger Editor to generate any client libraries you might need.
If your language is not supported using the Open API spec, you can use the API Spec Converter to convert between Open API 3.0 and Open API 2.0 (Swagger)
You might need to remove the Authentication section of the Open API 3.0. If you do, make sure you add the Authorization
header to your requests as described in the documentation.