Skip to content

Commit

Permalink
add README for Kiota Interop Library with first function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 12, 2025
1 parent 6c83c6c commit b3389da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vscode/microsoft-kiota/src/kiotaInterop/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Kiota Interop Library

This library provides various functions to interact with Kiota, a client generator for HTTP REST APIs described by OpenAPI.

## Functions

### [`generateClient`](src/kiotaInterop/lib/generateClient.ts )

Generates a client based on the provided client generation options.

0 comments on commit b3389da

Please sign in to comment.