Re: [Dev] Extending API manager

2017-06-06 Thread Dinesh J Weerakkody
Hi Gihan, If you want to develop a totally new front-end for publisher/ store you can use the REST APIs provided by the API manager and call from your front-end app. Go through the following link for REST API details. [1] https://docs.wso2.com/display/AM210/WSO2+APIs Thanks *Dinesh J.

Re: [Dev] Extending API manager

2017-06-01 Thread Gihan Nimath
Hi Rajith & all, My requirement is not to change the look and feel, but to customize the product. I might be changing the publishing approaches, flow in the UI etc. So I will have my custom code separately, then applied on top of the product release via maven build. Could you please give me

Re: [Dev] Extending API manager

2017-06-01 Thread Rajith Roshan
Hi Gihan, If your requirement is to change the UI of the store, I would recommend to use sub themes. Please refer following documentation[1],[2] in order to apply sub themes. [1] - https://docs.wso2.com/display/AM200/Adding+a+New+API+Store+Theme

[Dev] Extending API manager

2017-05-31 Thread Gihan Nimath
Dear all, I am working on customizing api-manager storefront. Rather than the customizing the code in my fork, I am thinking about writing the customization part in a separate project. Then I will be able to have a maven build that will apply those changes on to the zip file generated as the