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. |
|
For the
And there are many other language-specific things. For example in Java a type can be used in |
A proposal for #1911. Introduced
Referenceas new response type in the methodreferences. ExtendedReferenceParamswith array of reference kinds to filter by.