Skip to content

Commit

Permalink
ダウンロード方法を追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
tor4kichi committed Feb 24, 2022
1 parent 7411ca4 commit f4aaf24
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# NiconicoToolkit
## NiconicoToolkit

C#で書かれたニコニコ動画・ニコニコ生放送の視聴用APIの非公式・非公認ライブラリです
ニコニコ動画・生放送のAPIライブラリです

## Download
基本的に非公開のAPIを勝手に使わせて貰っているものです。ニコニコサービスに対する負荷を考慮して、ご利用は計画的に。

// TODO: Nuget対応
利用の際はUser-Agentにあなたの連絡先を含めるとAPI使用者として多少信頼を得られると思います。

## How to Use
## ダウンロード

Testがサンプルになってるのでそちらを参考に。
[https://www.nuget.org/packages/NiconicoToolkit/](https://www.nuget.org/packages/NiconicoToolkit/)

## 使い方

使い方はTestを参照のこと。

[https://github.com/tor4kichi/NiconicoToolkit/tree/master/Test/NiconicoToolkit.Shared.Test](https://github.com/tor4kichi/NiconicoToolkit/tree/master/Test/NiconicoToolkit.Shared.Test)

NiconicoContextを一つ作ってアプリ内で使い回すことを想定してます。

Expand Down

0 comments on commit f4aaf24

Please sign in to comment.