microsoftgraph / microsoftgraph/msgraph-metadata
OpenApi descriptions should contain the x-ms-kiota-info extension
@irvinesunday is already working on this.
Since Aug 23, 2023.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
To enable better self serve experiences, the descriptions should contain that extension
The idea being to push Graph consumers to use Graph Core (which will transitively bring kiota dependencies) instead of Kiota dependencies directly. The main benefits for them: easier client initialization, fewer direct dependencies to manage, Task (LFU, paging, batching)...
We could do that in the weekly pipeline process via a PowerShell script.
The main properties we want to override from kiota default:
- dependencies for each language so it points to graph core instead
- client class name (MicrosoftGraphClient)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.