Skip to content
Discussion options

You must be logged in to vote

The only documentation for OpenApi.Document() that I'm aware of is our samples: https://github.com/microsoft/DataConnectors/tree/master/samples/OpenApiSample

OpenApi.Document() will give you a "Function" focused connector. OpenApi (or at least, Swagger... I haven't looked up to see how the standard has evolved) doesn't have conventions for paging, querying data, and a number of other things you'd want a data wrangling experience like Power Query to take advantage of... these are things that you'd get from something like OData, which is a much better base for PQ connectors.

OpenApi.Document returns a navigation table, which is a Table you can manipulate with M like any other data table. Yo…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mattmasson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #224 on February 13, 2023 19:44.