You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
I really just want to submit a record and allow Cloudant to generate the UUID. I can see that I can make a seperate request to Cloudant to get a list of UUIDs and then pass this in, but that seems like a redundant use of a HTTP call when I should just be able to submit a doc without an ID and allow couch to assign it. I can't seem to find a way to do this using this library implementation .. am I missing something obvious perhaps?