-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change configuration group operations URL to some more meaninfull #752
Comments
Hi @fgalan , |
There are 2 PRs opened with feedback given regarding this issue. You can find them here. If you are interested to contribute please address the review comments posted in the previous PRs: |
@MadhuNEC the functionality is still valid. We want to implement the new API routes, and deprecate the old ones (although without removing them by the moment, due to backward compatibility reasons). As @mapedraza mentions, previous work has been done in this issue. In particular:
@MadhuNEC what would be your proposal? Continuing the work on some of the existing PRs? Or start from scratch (again :)? In the second case, it would be great if you could have a look to the comments in the above PRs and take it into account in the new PR. However, I don't recommend to take any action until the ongoing refactor in PR #1314 gets merged. Otherwise, you would be working with a code base that soons will become obsolete. |
Hi @fgalan, As the PR #1314 is merged now. Could you please confirm if the work on this PR can be started?
Yes, I am the same. My email has been updated so need to create new account.
I am planning to start from scratch. I will have a look to the comments in the above PRs and will incorporate the same in new PR. |
I think is a good plan. Thanks for your involvement! :) |
After merging #1648, this PR is solved |
IOTAs implements a concept named "configuration group" but, unfortunatelly, the API operations to manage them are using "service" literal in the URL
This is very confusing, as service is another concept used for authorization, used in
fiware-service
header.Thus, URL should be changed to something different and close to "configuration group" term, for instance:
(Not sure if "configurations" is the best one, maybe there are shorter alternatives, e.g. "groups", "cgroups", etc.)
Some additional comments:
The text was updated successfully, but these errors were encountered: