We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e5e15 commit d74d3dfCopy full SHA for d74d3df
README.md
@@ -1 +1,26 @@
1
-# notion-sdk-net
+<div align="center>
2
+ <h1>Notion SDK for .Net</h1>
3
+ <p>
4
+ <b>A simple and easy to use client for the <a href="https://developers.notion.com">Notion API</a></b>
5
+ </p>
6
+</div>
7
+
8
+
9
10
+
11
+
12
13
+## Installation
14
15
+.Net CLI
16
+```
17
+dotnet add package Notion.Net
18
19
20
+## Usage
21
22
+Todo
23
24
+## Contribution Guideline
25
26
+At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute.
0 commit comments