invoiceninja / sdk-php

PHP wrapper for Invoice Ninja's REST API
https://www.invoiceninja.com
83 stars 41 forks source link

Add statics #23

Closed xavierhb closed 7 years ago

xavierhb commented 7 years ago

As noted in https://github.com/invoiceninja/invoiceninja/issues/982, in order to fully integrated Invoice Ninja with other systems it is very important to have direct access to statics using API. This is only a simple wrapper to use the API to retrieve the static dataset with the following endpoint api/v1/static.

hillelcoren commented 7 years ago

Awesome, thanks!