We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In order to map user-defined paths to a specific API
This is also related to #65 and #63
First, we need to implement a set of services for CRUD operations.
Then, enable an efficient way of using those aliases as an alternative access point for the API.
Will develop the possibility to attach multiple aliases. The idea is that we might add the possibility of fixing certain parameters for some of them.
The text was updated successfully, but these errors were encountered:
Start working on #73. Implemented CRUD service layer.
4c64ac2
Implemented alias cache and enabled it on rest resources. About #73.
2c9e162
Implemented integration tests for alias. About #73
e9aab9e
Completed and tested alias cache. See #73
23d18b8
enridaga
No branches or pull requests
In order to map user-defined paths to a specific API
This is also related to #65 and #63
First, we need to implement a set of services for CRUD operations.
Then, enable an efficient way of using those aliases as an alternative access point for the API.
Will develop the possibility to attach multiple aliases. The idea is that we might add the possibility of fixing certain parameters for some of them.
The text was updated successfully, but these errors were encountered: