microsoftgraph / microsoftgraph/msgraph-metadata

OpenApi descriptions should contain the x-ms-kiota-info extension

Open
#413 1 comment 1 reaction 1 assignee View on GitHub

@irvinesunday is already working on this.

Since Aug 23, 2023.

Area: OpenAPI priority:p1
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.