Hello developers, I've been facing a doubt about creating routes for a Rest
API using ERXRest.
In the Application I've been working there some APIs for different
purposes, but all of them need to access the method "optionsAction()".
I have an implementation of this method on an abstract class and all of the
APIs extends it, so here comes the problem, for each API I have to create
an individual route to access this method.
For example, if a have an API to list all of the entries of a specific
table, then I have a route like "myURL/listAllEntries", until now it`s ok,
but let me say if I want an specific entry of that table then I have to
create another route like "myURL/listAllEntries/{wantedID}", it`s fine for
the use of the API, but I've been heaving to create the same routes
indicating the options method for all possible routes I have to crete. So I
have duplicates routes for CRUD methods, but at the same time I have to do
it for the options method.
Is there a way I could creste an abstract route that could cover all of the
existing APIs? Something like an universal route for options method?
Thank you.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to