Create an endpoint for fetching roles #83
Replies: 2 comments 5 replies
-
Based on your user-case, I think it does makes sense to add an endpoint to retrieve creator roles from Metron. Also, to implement it there is almost zero impact on existing tools since we are just adding a new resource and not modifying an existing one. I'm going to create an issue for this, since the impact and effort to implement is pretty minimal. |
Beta Was this translation helpful? Give feedback.
-
Went ahead and made a pull request for this in #85, and if you get a chance please give it a glance to see if there are any changes you might like to suggest. Otherwise I will probably merge it and update the website tomorrow. Thx. |
Beta Was this translation helpful? Give feedback.
-
Hello, currently as a part of integrating with Metron API through my app, I am populating the dropdown for fetching and auto-suggesting the
creators
, and was wondering if there is a similar endpoint forroles
.Note that in all dropdowns, the user can create/add their own values.
Illustration:
Couple of points to think about:
creators
androles
and Metron validating it to some degree.What are your thoughts @bpepple ?
Beta Was this translation helpful? Give feedback.
All reactions