Re: Making a RESTful JSON API

2017-12-22 Thread alfrednewman
Thank you guys !

Re: Making a RESTful JSON API

2017-12-22 Thread mashingan
I'm working on JSON REST API only using [nest](https://github.com/kedean/nest) as the router. It's written there query string parameter capture but I didn't find the example for it, since I'm faithfully using `asynchttpserver` , I just process the query from `Request` type given. It's better t

Re: Making a RESTful JSON API

2017-12-22 Thread alexsad
... or [Rosencrantz](https://github.com/andreaferretti/rosencrantz)

Making a RESTful JSON API

2017-12-20 Thread alfrednewman
Hallo, I need to create a JSON REST API in Nim. I guess the shortest path might be Jester, but I found no sample code to help me out. Can someone pls advice the best directions to do that ? Cheers