mika-f / Pixiv.Net

Fully-typed pixiv API client wrapper for .NET Standard 2.1

Home Page:https://pixiv.dotnet.mochizuki.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixiv.Net

license

Fully-typed pixiv API client wrapper for .NET Standard 2.1.

NOTES FOR SAGITTA USERS

This project has been renamed from Sagitta to Pixiv.Net.
As a result, .NET namespaces have changed.
See docs/MIGRATION.md for more information about migrate to Pixiv.Net (Sagitta) 7.7.

Installing

This package is available on GitHub Packages.
See these articles for installation instructions.

Why not use the official NuGet repository?

Because I don't want to add landmines to the official repository.
I apologize for the inconvenience.

Versioning

Pixiv.NET Version pixiv API (pixiv for iOS) Version
7.7.7.x 7.7.7

About API Keys

This repository does not contain an API key to access pixiv's API.
However, you can use it indirectly by installing the Pixiv.Net.Shims package from NuGet.
More information about the Shims package can be found here.

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b feature/foobar)
  3. Commit your changes (git commit -am 'Add some foobar')
  4. Push to the branch (git push origin feature/foobar)
  5. Create a new Pull Request

Donation

Ethereum: 0xC925668E7431d4635Dc9670C934A19c2206b2819
Monacoin: MC4x87u1ffmhsRhHof1sHz8UAtNtKCTQut

About

Fully-typed pixiv API client wrapper for .NET Standard 2.1

https://pixiv.dotnet.mochizuki.dev/

License:MIT License


Languages

Language:C# 100.0%