C# Class nhitomi.Core.Clients.Hitomi.Hitomi

Exibir arquivo Open project: Kadantte/Kurumi Class Usage Examples

Public Methods

Method Description
Gallery ( int id ) : string
GalleryInfo ( int id, char? server = null ) : string
Image ( int id, string name ) : string

Private Methods

Method Description
GetCdn ( int id ) : char

Method Details

Gallery() public static method

public static Gallery ( int id ) : string
id int
return string

GalleryInfo() public static method

public static GalleryInfo ( int id, char? server = null ) : string
id int
server char?
return string

Image() public static method

public static Image ( int id, string name ) : string
id int
name string
return string