-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Kylart edited this page Oct 21, 2017
·
3 revisions
Nyaapi is a nodejs apk offering many methods useful to access either nyaa.si or nyaa.pantsu.cat.
nyaa.si does not offer an api except for the upload though it is not documented anywhere. As such, Here are the methods that nyaapi has to offer about nyaa.si:
[Si] methods:
> search
> searchAll
> searchPage
> searchByUser
> searchAllByUser
> searchByUserAndByPage
> upload
Please check here for the documentation of each method.
nyaa pantsu does offer a fully documented API and as so, nyaapi can offer more detailed methods which are almost fully based on their api. Here are the methods offered by nyaapi concerning nyaa.pantsu.cat.
[Pantsu] methods:
> search
> searchAll
> infoRequest
> upload
> update
> login
> checkUser
> checkHeader
Please check here for the documentation of each method.