The Wayback Machine - https://web.archive.org/web/20220615032046/https://github.com/topics/nhentai-client
Skip to content
#

nhentai-client

Here are 13 public repositories matching this topic...

tdakkota
tdakkota commented Mar 21, 2020

gnhentai-server provides Cache interface

type Cache interface {
	GetDoujinshi(bookID int) (gnhentai.Doujinshi, error)
	SetDoujinshi(bookID int, d gnhentai.Doujinshi) error

	GetPage(bookID, n int) (io.ReadCloser, error)
	SetPage(bookID int, image io.ReadCloser) error

	GetCover(bookID int) (io.ReadCloser, error)
	SetCover(bookID int, image io.ReadCloser) error

	GetThumbnail(book
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the nhentai-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nhentai-client topic, visit your repo's landing page and select "manage topics."

Learn more