sdkfabric / notion
Notion PHP SDK managed by SDK Fabric
Fund package maintenance!
chriskapp
Installs: 1 977
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- sdkgen/client: ^2.0
Requires (Dev)
- vimeo/psalm: ^5.0
README
This SDK is managed by the SDK Fabric 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 platform and create a pull request at the 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:
<?php require __DIR__ . '/vendor/autoload.php'; $client = new \SdkFabric\Notion\Client::build('[access_token]'); // @TODO use the client
You can find all available operations and types at: https://app.typehub.cloud/d/sdkfabric/notion