XeroAPI / xero-php-oauth2

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0
MIT License
87 stars 64 forks source link

How to view the docs? #305

Closed geoidesic closed 1 year ago

geoidesic commented 1 year ago

Currently the docs are just part of the repo, which means one has to serve them manually on a web server to view them... which isn't really feasible if this is part of a vendor folder via composer on a docker image. How to solve this? It would be better if you could publish them on GitHub Pages.

geoidesic commented 1 year ago

Ah... nvm. The docs are here: https://xeroapi.github.io/xero-php-oauth2/docs/v2/

I was confused because the published docs do not include ContactPersons model for example but I could find that reference in the index.html for the docs in the repo.

I feel like the models should also be documented.