Skip to content

Nikey646/VndbSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

102689e · Oct 30, 2022
Dec 27, 2020
Jun 27, 2017
Aug 22, 2020
Dec 27, 2020
Mar 4, 2017
Nov 29, 2016
Feb 28, 2017
Nov 29, 2016
May 1, 2017
Oct 30, 2022
Feb 26, 2017

Repository files navigation

VndbSharp

A C# Vndb API Library. #OriginalNamingScheme

VndbSharp is a C# library for the Visual Novel Database TCP API

  • Supports TLS (Secure Connections)
  • Support for most filters and flags at this time
  • Easily Extensible

Future of Project

Due to lack of interest in Visual Novels at this point in time, I have no active or maintained projects using this library. This unfortunately means that unless a bug is reported, there will be no future development on the library.

With the release of the HTTPS Api, when the TCP Api is shutdown and I become aware I will publicly archive this project. Until then, as per #83 (comment), I am happy to assist in the development of a replacement API via discussion or accepting PRs.

Usage

Check out the VndbConsole projects for basic usage guidance. The one Program.cs file is used for both the .Net Framework and .Net Core projects, but works in both. This shows that the library can be used from either the .Net Framework (4.6+) or .Net Core (.Net Standard 1.3+)

Building

To build the project you need to use Visual Studio 2017 RC3 or newer.

Supported Filters

  • Id
  • Alias Id
  • User Id
  • First Character (Letter)
  • Released
  • Language(s)
  • Original Name
  • Original Language(s)
  • Platform(s)
  • Search
  • Tag(s)
  • Trait(s)
  • Title
  • Name
  • Username
  • Visual Novel

TODO

There is no guarantee that anything listed on this will be implemented.

  • Work on the Read Me
  • Provide a default RequestOptions class
  • Wiki everything! Document everything (public)!
  • Nuget package (Github actions now builds a version of VndbSharp)

API Version

Updated to Vndb 2020-07-09 API version
The command "set ulist" has not been added, because it is experimental