Hello! I'm new to Numista, but not to numismatics. I love the community and the idea of the site, and I'm excited to catalog and add my collection.
Disclaimer: I have searched the forums for discussion on this and couldn't find an answer, so I apologize if this is redundant.
I have large enough collection that I keep in a google sheet (wait, let me finish... I already read about why no csv bulk upload), and I saw that while there is an API for most of the READ operations I could need, there don't appear to be any methods for modifying an individual's collection.
I am assuming that while these methods and endpoints are in planning, they have not been made available yet. I see the OAuth endpoints, so its clear that something like this is being considered.
I feel like the use cases are fairly self explanatory, and I just wanted to open a dialog to see what the current intentions are, possible timelines, etc. I see the site is primarily written in PHP using a handful of js scripts to handle data prep client side.
Why am I asking?
Well, I noticed a lack of an SDK to assist in abstracted development, so I took the liberty of beginning one and populating a python based SDK. https://github.com/namachieli/numista-api-sdk (still a wip, but solidly in Beta)
While I'm sure I could start trying to reverse engineer something, I wanted to start here and at the very least ask permission first if there isn't something for CRUD endpoints in the works.
Glad to be here and glad to find ways to contribute!