-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Expose /licensed-items
endpoint in api server
#6958
✨ Expose /licensed-items
endpoint in api server
#6958
Conversation
…sdrobuliak66/osparc-simcore into introduce-vip-models-pricing-4-part
services/api-server/src/simcore_service_api_server/models/schemas/model_adapter.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/licensed_items.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx. Great work!
I would also like to follow up on some conventions with you before we add more functionality to the api-server :-)
services/api-server/src/simcore_service_api_server/api/routes/licensed_items.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/services_rpc/wb_api_server.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/model_adapter.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/model_adapter.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/model_adapter.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/services_rpc/wb_api_server.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes!
/licensed-items/page
endpoint in api server/licensed-items
endpoint in api server
Quality Gate passedIssues Measures |
What do these changes do?
GET /v0/licensed-items
Related issue/s
How to test
Dev-ops checklist