GETTING STARTED
|
Sign Up | Free developer sign up |
|
Log On | Developer access |
|
Endpoints | https://au.mydigitalstructure.com for off-platform access.
If you're developing a webapp based on 1blankspace.com, then you can just use the relative path, as it is automatically in context of the 1blankspace.com domain which has access to the endpoints. |
|
Example webapp & namespace | https://app.1blankspace.com has example html5/js code. Read more about the 1blankspace open source namespace. You can also find this code at github.com/ibcom. |
|
Authentication | POST to /rpc/logon/ - see getting started on authentication and access control. |
|
Off platform development | Get the sid and logonkey from the /rpc/logon call and then append to every other call as &sid= and &logonkey=. |
|
Getting Information | Use Advanced Search on _SEARCH methods.
If working on a non javascript environment you can POST directly using JSON or XML format. |
|
Updating Information | Use _MANAGE methods. |
|
Getting Help | community.mydigitalstructure.com |