-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Deprecate count/start query params and implement limit/offset (#3208)
* 🎨 Modify count/start query params to be Integers, not Strings Signed-off-by: ff137 <[email protected]> * 📝 Update openapi spec Signed-off-by: ff137 <[email protected]> * ⏪ Revert start/count field to remain String type; mark as deprecated Signed-off-by: ff137 <[email protected]> * ✨ Implement limit/offset alongside deprecated count/start Signed-off-by: ff137 <[email protected]> * 🎨 Standardise naming convention from count/start to limit/offset Signed-off-by: ff137 <[email protected]> * ⏪ Revert start/count field to remain String type; mark as deprecated Signed-off-by: ff137 <[email protected]> * ✨ Implement limit/offset alongside deprecated count/start Signed-off-by: ff137 <[email protected]> * 🎨 Remove unused query string schema from `w3c_creds_list` Signed-off-by: ff137 <[email protected]> * 🎨 Rename args Signed-off-by: ff137 <[email protected]> * 📝 Update openapi specs Signed-off-by: ff137 <[email protected]> * ✅ Signed-off-by: ff137 <[email protected]> * 🎨 Update start/count keywords to offset/limit Signed-off-by: ff137 <[email protected]> * 🎨 Replace validate lambda with Range Signed-off-by: ff137 <[email protected]> --------- Signed-off-by: ff137 <[email protected]> Co-authored-by: Stephen Curran <[email protected]> Co-authored-by: jamshale <[email protected]>
- Loading branch information
1 parent
0b69442
commit 558be60
Showing
11 changed files
with
248 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.