Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdk-fabric/notion-csharp

Notion C# SDK managed by SDK Fabric
https://github.com/sdk-fabric/notion-csharp

csharp notion sdk sdk-csharp

Last synced: about 1 month ago
JSON representation

Notion C# SDK managed by SDK Fabric

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:

```csharp
using SdkFabric.Notion.Client;

Client 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