Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-25 Thread Sabeena Kumrawadu
Hi Rajith and Abimaran, Thank you very much, it was really helpful. I went through all the links, I will be using feign client with Swagger codegen. Reagards. On Wed, Oct 25, 2017 at 10:17 AM, Abimaran Kugathasan wrote: > Hi Sabeena, > > I guess you are planning to write an

Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-24 Thread Abimaran Kugathasan
Hi Sabeena, I guess you are planning to write an HTTP client library to invoke APIs. In that case, there are many HTTP libraries out there. Swagger codegen [1] provides a client for different languages, for Java, it provides client SDK compatible with Jersey1.x, Jersey2.x, OkHttp, Retrofit1.x,

Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-24 Thread Rajith Roshan
Hi, In C5 we have used feign library[1] as a http client. You can refer the usages in code[2] [1] - https://github.com/OpenFeign/feign [2] -

Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-19 Thread Sabeena Kumrawadu
Thank you Farasath. But AFAIK SwaggerHub is for creating the API swagger defintion. But my task is to write an API client for the integration tests of the microgateway. I want to know which library would be more suitable. Jersey, Apache HTTP clienr or any other? Regards. On Thu, Oct 19, 2017 at

Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-18 Thread Sabeena Kumrawadu
Hello Farasath, Yes. For the testing purpose only. Regards. On Wed, Oct 18, 2017 at 7:13 PM, Farasath Ahamed wrote: > > Hi Sabeena, > On Wednesday, October 18, 2017, Sabeena Kumrawadu > wrote: > >> Hi all, >> >> I have to test the Offline Microgateway,

Re: [Dev] [APIM] Testing for Offline Microgateway

2017-10-18 Thread Farasath Ahamed
Hi Sabeena, On Wednesday, October 18, 2017, Sabeena Kumrawadu wrote: > Hi all, > > I have to test the Offline Microgateway, which I finished building > recently, > > To introduce about the Offline Microgateway, it can be started > independantly, and has no connection with the

[Dev] [APIM] Testing for Offline Microgateway

2017-10-18 Thread Sabeena Kumrawadu
Hi all, I have to test the Offline Microgateway, which I finished building recently, To introduce about the Offline Microgateway, it can be started independantly, and has no connection with the API Core, where the authentication is done with the API keys. User only has to give the API bal files