-
Notifications
You must be signed in to change notification settings - Fork 332
Support RFC 10008: HTTP QUERY #8126
Copy link
Copy link
Open
Labels
CsharpPull requests that update .net codePull requests that update .net codeGoJavaPHPPythonTypeScriptPull requests that update Javascript codePull requests that update Javascript codedartgoodfirstissueStandard GitHub label used for easy to resolve issues targeting beginner contributorsStandard GitHub label used for easy to resolve issues targeting beginner contributorshelp wantedIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryjavascriptPull requests that update Javascript codePull requests that update Javascript codetype:featureNew experience requestNew experience request
Description
Metadata
Metadata
Assignees
Labels
CsharpPull requests that update .net codePull requests that update .net codeGoJavaPHPPythonTypeScriptPull requests that update Javascript codePull requests that update Javascript codedartgoodfirstissueStandard GitHub label used for easy to resolve issues targeting beginner contributorsStandard GitHub label used for easy to resolve issues targeting beginner contributorshelp wantedIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or libraryjavascriptPull requests that update Javascript codePull requests that update Javascript codetype:featureNew experience requestNew experience request
Type
Projects
- StatusShow more project fieldsNeeds Triage 🔍
Is your feature request related to a problem? Please describe the problem.
I'd like to use kiota to generate clients that can use the new HTTP verb
QUERY(https://www.rfc-editor.org/info/rfc10008/).It's currently not supported by the generator nor any client implementation.
Client library/SDK language
None
Describe the solution you'd like
I'd like kiota to consume an OpenAPI 3.2 spec with the fixed field
queryor an older spec version withadditionalOperationsto support custom verbs (see https://spec.openapis.org/oas/v3.2.0.html#fixed-fields-6), ideally both.Additional context
I already discussed this with Vincent Biret (@baywet) and will work on an implementation for the generator side. Probably the Dart client libraries too.