-
Notifications
You must be signed in to change notification settings - Fork 905
Queryable References #2202
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
base: gh-pages
Are you sure you want to change the base?
Queryable References #2202
Conversation
- Introduced query-able Reference interface - Introduced Reference as new response type in the method references - Extended ReferenceParams
|
@microsoft-github-policy-service agree |
|
@ratzdi besides adding something to the spec we also require a client and server implementation to prove the usefulness. Is something like this available? |
|
Yes, we don't have requirements for clients / servers. This being said I am not a fan of the long list of reference kinds. That one is hard to maintain across different languages. A tag model would be better IMO. |
A proposal for #1911. Introduced
Referenceas new response type in the methodreferences. ExtendedReferenceParamswith array of reference kinds to filter by.