-
Notifications
You must be signed in to change notification settings - Fork 604
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
Publish Open API spec to allow generation of SDKs for other languages #294
Comments
That would be awesome and shouldn't be a lot of work as we found that OpenAPI is actually available behind the scene on the readme.io portal used by Notion for its API documentation. Would it be possible to officially publish it? Note: this OpenAPI lacks a detailed definition for a few objects like filter object. |
Just wanted to check if there was any progress on this. It would be very helpful to get the official Open API spec. |
Same here, we wanted to consume the API using PureScript but ended up giving up and using TypeScript simply because of this. |
+1 – I wanted to use Notion API in my product without using the sdk or writing code manually. I am building a product that depends heavily on integrations, you can imagine why I don't want to use every service's SDK :) |
+1 too. Still waiting for an official OpenAPI specifications that the Notion engineering has probably written... |
Same here |
I've made this one myself for the time being: https://openapi.actionschema.com/notion.json Use at your own risk :) |
Hi,
We're looking to create a notion SDK using Scala.
Would it be possible to access your OpenAPI spec or whatever was used to generate
api-endpoints.ts
please ?It seems that it was already discussed here though the page doesn't exist anymore.
Thanks.
The text was updated successfully, but these errors were encountered: