-
Notifications
You must be signed in to change notification settings - Fork 260
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
Add REST API support for feature registry #99
Conversation
Overall this is the right direction, and @jainr please also update docs in the dev docs folder to document how to set it up etc. |
Added dev doc on how to build API container, run it locally, push the image to Azure Container |
Treat this as a skeleton and overall I'm good with it. Please coordinate with Yihui on the follow up PR |
Thanks for the review @xiaoyongzhumsft , I just addressed your comments, Agree that this is not the final state of API and subsequent PR are going to address few other comments around error handling etc. |
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 detailed user/dev guide. Great work!
BTW we should make the PR title something like "Add REST API support for feature registry" to make it a bit more focused |
Addressed all the comments and fixed merge conflicts. |
Adding API support to support Feature Consumer use cases like getting feature, searching etc.