Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdk-fabric/notion-javascript
Notion JavaScript SDK managed by SDK Fabric
https://github.com/sdk-fabric/notion-javascript
javascript notion sdk sdk-javascript
Last synced: 5 days ago
JSON representation
Notion JavaScript SDK managed by SDK Fabric
- Host: GitHub
- URL: https://github.com/sdk-fabric/notion-javascript
- Owner: sdk-fabric
- License: mit
- Created: 2024-04-30T20:40:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:41:24.000Z (8 months ago)
- Last Synced: 2024-05-20T07:36:26.231Z (8 months ago)
- Topics: javascript, notion, sdk, sdk-javascript
- Language: TypeScript
- Homepage: https://sdk-fabric.org/sdk/notion
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Notion SDK
This SDK is managed by the [SDK Fabric](https://sdk-fabric.org/) project.
Our goal is to build a global infrastructure to automatically generate
an SDK for every API, please take a look at our website for more information.## Contribution
Please do not create a pull requests at this repository since the code is
automatically generated. If an operation or type is missing at the client SDK
please register at the [TypeHub](https://typehub.cloud/) platform and create
a pull request at the [Notion](https://app.typehub.cloud/d/sdkfabric/notion)
specification. The system will then automatically create a GIT commit and update
the code.## Usage
The following example shows how you initialize the client:
```typescript
const client = Client::build('[access_token]');// @TODO use the client
```You can find all available operations and types at:
https://app.typehub.cloud/d/sdkfabric/notion