We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could use an OpenAPI spec, which many REST services expose as a JSON endpoint:
create server example_api foreign data wrapper example_api_wrapper options ( open_api_url 'https://api.example.com/' );
Then we'd map:
GET -> SELECT (which would map selected columns into a table) POST -> INSERT PATCH -> UPDATE DELETE -> DELETE
The text was updated successfully, but these errors were encountered:
Merge pull request supabase#49 from dymium-io/tests-with-react-testin…
3e051f8
…g-library checkpoint Former-commit-id: 362c17a6239fe360005d6be914975b344cc908b6 [formerly 9c1be410185d50f961e499e219b1e362e9c07c0b] Former-commit-id: d802084023a6625dd8a1cfdf8de18f2de8a1e227
No branches or pull requests
We could use an OpenAPI spec, which many REST services expose as a JSON endpoint:
create server example_api foreign data wrapper example_api_wrapper options ( open_api_url 'https://api.example.com/' );
Then we'd map:
The text was updated successfully, but these errors were encountered: