How to build a REST API in LotusScript
Based on the same concept, this release add the "bikes" endpoint, wich makes another slightly different approach. New Endpoint examples: GET - Return all bikes http://yourserver.com/cars.nsf/app/v1/bikes?OpenAgent GET - param {noteId} : get bike with noteId http://yourserver.com/cars.nsf/app/v1/bikes?OpenAgent&bikeId=D4418A95F88B40A9C12588EC007940B0 POST - Create Bike with body content http://yourserver.com/cars.nsf/app/v1/bikes?OpenAgent Body JSON content: { "first_name":"Wout", "last_name":"Van Aert", "bike_brand":"Cervelo", "bike_model":"S5" }