vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.
MIT License
29 stars 18 forks source link

Is there a method to retrieve all the Objects Ids of an app ? #51

Closed bcarmo-dev closed 1 year ago

bcarmo-dev commented 1 year ago

Hi Vjeko.

I have one question, I just started playing around with the backend and I was wondering if there is any method where we can get all the objects ids of an app, without consuming a new object id ? I know that with the getNext request we get a list of all the objects but that only happens in the POST method and in that situation we are consuming a new id.

Thanks in advance :)