10. Cross-Origin Resource Sharing
The API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin.
Related Articles
11. POST Resource notifiers
Setting up the notifications NAO Cloud can be configured to send a POST request whenever resources of a certain type are modified, or triggered (applicable for alerts only). Modification includes creation, update and deletion of a resource of those ...
NAO Track configuration publication
After the NAO Cloud configuration has been updated, a publication is required before the changes are taken into account in production. The publication is an asynchronous process, meaning that it will take time and does not return an immediate ...
NAO SDK 3rd-Party Licenses
TClap C++ command line parser [used in NAO SDK c++ core] /*********** * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. * All rights reverved. * * See the file COPYING in the top directory of this ...
3. URL Design
URLs for a collection of resources are formed from the resource type. For example a collection of resources of type sites will have the URL: /api/v2/sites Treat collections of resources as sets keyed by resource ID. The URL for an individual resource ...
1. Current Version
The current API version is V2. The version is defined on the resource, thus reflecting the resource version and not in the Accept header. API V1 is now deprecated but is still available for backward compatibility.