I'm throwing together a basic node.js library based on your API documentation, as many of our WorkBench jobs are running node scripts to pull data in from our third-party services. I just started on it today so it's very much a work in progress.
You can find it on github: https://github.com/eibbors/domonodo
Issues as of this post:
- I'm currently running all the tests against a live production instance so I haven't been able to test the delete/create user functionality and I get an HTTP 500 error when trying to update a user's information. If anyone can help with these, that would be much appreciated!
- Still need to setup the dataset APIs. I will try to get something simple out this week.
Thanks for your time!