BNΟWAPI RESTful Interface
Enpoint All the call must be made to the the following end point using https procotol.
Authentication
Authentication is implemented using HTTP basic authentication. With the use of a special HTTP header where the username:password are encoded in base64.
Authorization: Basic Zm9vOmJhcg==
Response Formats json/xml Response format is defined by the request Accept header
For xml use
Accept: application/xml, text/xml
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
For json use
Accept: application/json