Skip to content

C# Package which you can use to interact with the Jisho.org API

Notifications You must be signed in to change notification settings

Myuuiii/JishoNET

Repository files navigation

JishoNET

API Wrapper for the Jisho.org API (v1)

Nuget Downloads GitHub Open Issues GitHUb Latest Version

Downloads

Stable builds can be downloaded here: GitHub Releases and Nuget.org

Development builds can be downloaded here: GitHub Releases

Additional Packages

if you are using release 1.3.0 or higher you are able to also use the "JishoNET.Kanji" package in your project. This package will go hand in hand with the existing JishoClient allowing you to request basic information of a kanji. The Kanji package will receive more updates to retrieve more data about the kanji. This package can be downloaded from Nuget.org and GitHub Releases.

Dependencies

JishoNET

  • No dependencies

JishoNET.Kanji

  • JishoNET (version 1.3.0 or above)
  • HtmlAgilityPack (version 1.11.43 or above)

Documentation

If you need help getting started or need more information, please go to the JishoNET.Docs folder.

Contributions

A big thank you to @johnW-ret for contributing to this project!