Skip to content

Instantly share code, notes, and snippets.

@isvargasmsft
Created November 7, 2023 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isvargasmsft/c714b0f1164ad9982c6e6e3074889d7e to your computer and use it in GitHub Desktop.
Save isvargasmsft/c714b0f1164ad9982c6e6e3074889d7e to your computer and use it in GitHub Desktop.
Generate a PHP API client with Kiota
kiota generate -l PHP -d https://raw.githubusercontent.com/microsoft/kiota-samples/main/get-started/quickstart/posts-api.yml -c PostsApiClient -n KiotaPosts\Client -o ./client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment