Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x-ms-pageable OpenAPI Extension #1569

Closed
3 tasks done
Tracked by #56
calebkiage opened this issue May 16, 2022 · 0 comments · Fixed by #1572
Closed
3 tasks done
Tracked by #56

Add x-ms-pageable OpenAPI Extension #1569

calebkiage opened this issue May 16, 2022 · 0 comments · Fixed by #1572
Assignees
Labels
CLI Work to support generating CLIs with Kiota enhancement New feature or request generator Issues or improvements relater to generation capabilities.

Comments

@calebkiage
Copy link
Contributor

calebkiage commented May 16, 2022

Extension that signifies pageable API endpoints through a property in the response with a link to the next page. See AutoRest x-ms-pageable

  • Add Paging OpenAPI extension
  • Update the CodeDOM with paging data (this allows the language writers to determine which API endpoints support paging)
  • Update Shell language writer to add the --all command option
@calebkiage calebkiage added enhancement New feature or request CLI Work to support generating CLIs with Kiota labels May 16, 2022
@calebkiage calebkiage self-assigned this May 16, 2022
@baywet baywet added the generator Issues or improvements relater to generation capabilities. label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Work to support generating CLIs with Kiota enhancement New feature or request generator Issues or improvements relater to generation capabilities.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants