4 HTTP API Integration Points
4.1 HTTP API resources in an OHI Components application
The context root for any HTTP API resource in an OHI Components application is "/api". An overview of all HTTP API resources available in a running system is available under "/api/doc".
The page that is generated also provides access to RAML specifications for each resource. RAML stands for RESTful API Modeling Language. A RAML document is a formal specification of an HTTP API that is readable by both humans and computers. In many cases the RAML specification contains usage examples for the methods that are supported by the API.