Hi,

The API Manager 3.0.0  is built on top of the REST APIs and we need a way
to get the available feature list in order to display UI items such as
buttons, text box, etc. This can be done by introducing a REST API as
follows. The configuration API is already available in APIM v3 to get the
list of environments for the multi-environment use case. This API is an
open API.

GET  /api/am/config/v1.0/features

Response :
{
   "list":[
      {
         "name":"Private Jet Mode",
         "isEnabled":true,
         "id":"privateJetMode"
      }
   ],
   "count":1
}

Any thoughts?

Thank you!
-- 
*Pubudu Gunatilaka*
Committer and PMC Member - Apache Stratos
Senior Software Engineer
WSO2, Inc.: http://wso2.com
mobile : +94774078049 <%2B94772207163>
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to