Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create add-notion-sdk-dotnet.js #489

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

Closed
Shikhar9425 wants to merge 1 commit into notion-dotnet:main from Shikhar9425:patch-1
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions add-notion-sdk-dotnet.js
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/**
* ✨ Added Notion SDK for .NET – A simple and easy to use client for the Notion API
* Provides integration with Notion’s API for .NET developers with simple initialization,
* dependency injection, and database querying support.
*/

const notionSdkDotNet = {
name: "Notion SDK for .NET",
description:
"A simple and easy to use client for the Notion API with support for dependency injection, database querying, and advanced filters.",
language: ".NET / C#",
features: [
"Lightweight Notion API client",
"Supports dependency injection",
"Database querying and filtering",
"Supports Databases, Pages, Blocks, Comments, Users, Search endpoints",
"Internal logging via ILoggerFactory"
],
install: {
cli: "dotnet add package Notion.Net"
},
usageExample: `
var client = NotionClientFactory.Create(new ClientOptions {
AuthToken = "<Token>"
});
var usersList = await client.Users.ListAsync();
`,
github: "https://github.com/dvcrn/notion.net",
nuget: "https://www.nuget.org/packages/Notion.Net/",
addedBy: "Shikhar Natani",
addedOn: new Date().toISOString()
};

// Export for the PR
export default notionSdkDotNet;

AltStyle によって変換されたページ (->オリジナル) /