Re: [users@httpd] Implementing REST API

2018-08-20 Thread Danesh Daroui
Thanks Miles! Well this is kind of hacking the code and implement something like CGI handlers in the HTTP server. This is completely fine and I am totally OK with that but I just don't want to re-invent the wheel and do something and then find out that there were a standard and known way to do that

Re: [users@httpd] Implementing REST API

2018-08-20 Thread Danesh Daroui
Thanks Alex! Yes I have done and still doing. :) Swagger generates code for you and I am not sure whether this is what I want. You apparently can design, test, and even build (?) your API but how to deploy it? This is something I don't know yet! I am still investigating this solution and hope that

Re: [users@httpd] Implementing REST API

2018-08-20 Thread Alex K
On Mon, Aug 20, 2018, 03:21 Miles Fidelman wrote: > On 8/19/18 5:48 PM, Danesh Daroui wrote: > > > Hello all! > > > > I hope that I am posing my question to a relevant mailing list! > > > > I am looking for a solution to implement a RESTful API server. I have > > tested and examined a bunch of so

Re: [users@httpd] Implementing REST API

2018-08-19 Thread Miles Fidelman
On 8/19/18 5:48 PM, Danesh Daroui wrote: Hello all! I hope that I am posing my question to a relevant mailing list! I am looking for a solution to implement a RESTful API server. I have tested and examined a bunch of solution and now I think the best solution is to use a trustworthy, reliable,

[users@httpd] Implementing REST API

2018-08-19 Thread Danesh Daroui
Hello all! I hope that I am posing my question to a relevant mailing list! I am looking for a solution to implement a RESTful API server. I have tested and examined a bunch of solution and now I think the best solution is to use a trustworthy, reliable, and robust implementation of HTTP protocol