pwitab / visma

A Python Client library for integration to Visma eAccounting, Visma eEkonomi
http://visma.readthedocs.io
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Handle Enveloped responses #5

Closed Krolken closed 6 years ago

Krolken commented 6 years ago

On /object for example GET /customers you get the data in an enveloped reponse with metadata for handling pagination and the data.

We should have a way of defining the envelope format and return the data + the meta data in a proper way.