-
Notifications
You must be signed in to change notification settings - Fork 320
Platform API guide #2153
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
Platform API guide #2153
Conversation
|
View Vercel preview at instant-www-js-papi-jsv.vercel.app. |
Co-authored-by: Daniel Woelfel <dwwoelfel@gmail.com>
|
|
||
| const api = new PlatformApi({}); | ||
|
|
||
| const app = await api.createTemporaryApp({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be nice to show how you can create a temporary app with schema and permissions using the platform sdk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
Demo: https://instant-www-js-papi-jsv.vercel.app/docs/platform-api
This PR adds a guide for our platform features.
We cover:
More changes:
@dwwoelfel @nezaj @drew-harris