Lightmatter / welkin-health

A Python wrapper of the Welkin Health API
https://welkin.readthedocs.io
Other
4 stars 3 forks source link

Implement Document Summary API #47

Closed edcohen08 closed 2 years ago

edcohen08 commented 2 years ago

This allows for creating Documents in welkin. Every document must have an associated document type, with which there are 3 predefined in Welkin and another set of endpoints for defining more. Docs.

So there are two steps in this:

  1. Create a new document summary record indicating the type and any additional fields
  2. Upload the file to that newly created document summary
edcohen08 commented 2 years ago

Closed by #50