J
John Cleaver
Guest
I'm just not sure why we can't have this be done in some DSL or similar. In Python, for example, I can add a decorator to each method (@route('/api/{customerid}/{orderid}')) and then register the methods with the main application. If I had an easily editable text file, I could write tools to automatically generate a REST API definition for my projects.
Continue reading...
Continue reading...