Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 800 Bytes

TODO.md

File metadata and controls

13 lines (10 loc) · 800 Bytes

Project development

The project has just one benevolent dev, and not full free time in this project. Send issues and pull requests according to your needs, to help me to make it better and better.

New Features

  • Add file support, to download or send a file from external API
  • Take in charge of composition (objects in object) using a special field in Model like ORM do (myobject_id: str and myobject: Object).
  • Add an URL Formatter to provide some adjustments about API urls (rarely consistent...)
  • Override pagination behavior and querystring names (based on DRF)
  • Change API.async_req() to permit to add more requests to executor with a pending status of queries flushed on demand
  • Manage lists, and lists of id / instances (M2M & O2M) in Model.is_up_to_date()