API
-
Bulk API Methods
Create bulk API CRUD of objects. This would save quit a bit on API calls.
3 votesunder review ·
Admincashboard
(Admin, Cashboard)
responded
Thinking about it, but needs to be done in a RESTful way.
My current thinking is that we’ll expose a /things/bulk resource, that you can then POST / DELETE / PUT against.
Items will be run as a transaction, so either all the requests succeed or fail.
-
Add parameters to account/new
- Add optional <number_format> element
- Add <terms_of_service> element to encourage API developers to include terms of service agreement in their applications
- Make sure <subdomain> element is available in the new call, but read only in update calls. You are right, folks shouldn't be able to change subdomains through the API.
- Add <affiliate_code> element prior to implementing the program. And make it required. If people are going to create accounts on your system, you want to know who they are. In the near term, this will be a short list of interested developers.
- Add an optional <timezone>… more2 votes -
Method to check if a subdomain is available
A method to check to see if a subdomain is available. This way, as they are setting up their account through the api, once they type in their requested subdomain, an ajax call to see if that subdomain is available. They could change their subdomain entry before they submit the form.
2 votes