MJMortimer / elixero

Xero API client library for elixir
MIT License
17 stars 25 forks source link

Added models for all of the Core API #12

Closed MJMortimer closed 7 years ago

MJMortimer commented 7 years ago

Models are built from modules with Ecto.Schema included.

Models are returned from all the Core API endpoints, and can be used when supplying data to the create/update endpoints.

The public/partner flow has also been streamlined as a part of this work