1.3.198 • Published 7 months ago

official-30nama-api v1.3.198

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Official 30nama API

This package is the official API for the 30nama.com website.

Usage

const cinamaApi = require("official-30nama-api");
const packageJson = require("./package.json");

const storageHandler = (query) => {
	console.log("[storageHandler]", query);
};

const emitHandler = (channel, message) => {
	console.log(`[emitHandler] ${channel}:`, message);
};

const cacheHandler = (command) => {
	console.log("[cacheHandler]", command);
}

const Client = new cinamaApi({
	storageCallback: storageHandler,
	emmiter: emitHandler,
	cacheControl: cacheHandler,
	formDataEngine: "qs",
	retryMaxAttempts: 10,
	basicMode: false, // NOTE: no need to inittialize on basicMode!

	token: "[API_TOKEN]",
	userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0",
	platform: "NodeJS",
	preferredProtocol: "https",
	appVersion: packageJson.version,

	endPointBase: "64.227.66.212/app",
	backupEndpoint: "https://raw.githubusercontent.com/EternalC0der/30nama/main/watchlist.json",
});

await Client.initialize();

Emmiter events

  • strictModeEnabled (msg: response)
  • requestSuccess (msg: undefined)
  • requestWarning (msg: apiResponse)
  • requestFail (msg: { error, payload })
  • endpointUpdated (msg: protocol)
  • terminateRequestRetry (msg: undefined)

Utils

  • ContentProvider
  • getNetworkReport
  • checkStrictMode
  • clearSession
  • getProfile

Calls

  • login
  • loginV2
  • checkEasyLoginCode
  • register
  • registerV2
  • updateUserSession
  • search
  • searchAutoComplete
  • advancedSearch
  • sendComment
  • observer
  • dissmissHistoryItem
  • addToGroupLibrary
  • readNotification
  • checkUpgrade
  • checkDiscount
  • useVoucher
  • createTransactionCrypto
  • createTransactionPerfectMoney
  • createTransactionShaparak
  • createTransactionCustom
  • usePerfectMoneyVoucher
  • UpgradeRedToGold
  • fullSearch
  • logout
  • searchCollections
  • updateUserInfo
  • rateComment
  • sendResetPasswordCode
  • submitResetPassword
  • ratePost
  • loadBalancer
  • updatePassword
  • verifyAccount
  • verifyAccountV2
  • applyVoucherOrDiscount
  • getVideoInfo
  • getArchive
  • getHomePage
  • getGenreList
  • getStreamHomePage
  • getArticles
  • getFullArticle
  • getAdvancedSearchParameters
  • getMenu
  • getList
  • getNotifications
  • getPostOfUrl
  • getGroupLibrary
  • getFullLibrary
  • getStreamData
  • getPlans
  • getTransactionsHistory
  • getPlansFeatures
  • getEasyLoginCode
  • getUpgradeRedToGoldStatus
  • getLiveEvent
  • getWatchedHistory
  • getUserInfoByToken
  • getCharacters
  • getBoxOffice
  • getTopList
  • getToS
  • getDMCA
  • getCollections
  • getCollectionTitles
  • getUserProfile
  • getUserProfileList
  • getVideoDownloads
  • getComments
  • getTransactionStatus
  • getRequestsFormParameters
  • getPricing
1.3.198

7 months ago

1.3.197

10 months ago

1.3.196

10 months ago

1.3.195

2 years ago

1.3.189

3 years ago

1.3.188

3 years ago

1.3.187

3 years ago

1.3.193

3 years ago

1.3.192

3 years ago

1.3.191

3 years ago

1.3.190

3 years ago

1.3.194

3 years ago

1.3.179

3 years ago

1.3.178

3 years ago

1.3.177

3 years ago

1.3.176

3 years ago

1.3.171

3 years ago

1.3.170

3 years ago

1.3.175

3 years ago

1.3.174

3 years ago

1.3.173

3 years ago

1.3.172

3 years ago

1.3.182

3 years ago

1.3.181

3 years ago

1.3.180

3 years ago

1.3.186

3 years ago

1.3.185

3 years ago

1.3.184

3 years ago

1.3.183

3 years ago

1.3.159

3 years ago

1.3.168

3 years ago

1.3.167

3 years ago

1.3.169

3 years ago

1.3.160

3 years ago

1.3.164

3 years ago

1.3.163

3 years ago

1.3.162

3 years ago

1.3.161

3 years ago

1.3.157

3 years ago

1.3.158

3 years ago

1.3.156

3 years ago

1.3.149

3 years ago

1.3.148

3 years ago

1.3.147

3 years ago

1.3.155

3 years ago

1.3.154

3 years ago

1.3.153

3 years ago

1.3.152

3 years ago

1.3.151

3 years ago

1.3.150

3 years ago

1.3.102

4 years ago

1.3.101

4 years ago

1.3.100

4 years ago

1.3.106

4 years ago

1.3.105

4 years ago

1.3.104

4 years ago

1.3.103

4 years ago

1.3.109

4 years ago

1.3.108

4 years ago

1.3.107

4 years ago

1.3.112

4 years ago

1.3.111

4 years ago

1.3.110

4 years ago

1.3.36

4 years ago

1.3.124

4 years ago

1.3.123

4 years ago

1.3.122

4 years ago

1.3.121

4 years ago

1.3.128

4 years ago

1.3.127

4 years ago

1.3.126

4 years ago

1.3.125

4 years ago

1.3.120

4 years ago

1.3.129

4 years ago

1.3.135

4 years ago

1.3.93

4 years ago

1.3.134

4 years ago

1.3.94

4 years ago

1.3.133

4 years ago

1.3.91

4 years ago

1.3.132

4 years ago

1.3.92

4 years ago

1.3.139

4 years ago

1.3.97

4 years ago

1.3.138

4 years ago

1.3.98

4 years ago

1.3.137

4 years ago

1.3.95

4 years ago

1.3.136

4 years ago

1.3.96

4 years ago

1.3.99

4 years ago

1.3.131

4 years ago

1.3.130

4 years ago

1.3.146

3 years ago

1.3.145

3 years ago

1.3.144

3 years ago

1.3.143

3 years ago

1.3.142

3 years ago

1.3.141

3 years ago

1.3.140

3 years ago

1.3.31

4 years ago

1.3.32

4 years ago

1.3.30

4 years ago

1.3.35

4 years ago

1.3.33

4 years ago

1.3.34

4 years ago

1.3.24

4 years ago

1.3.25

4 years ago

1.3.28

4 years ago

1.3.29

4 years ago

1.3.26

4 years ago

1.3.27

4 years ago

1.3.21

4 years ago

1.3.22

4 years ago

1.3.23

4 years ago

1.3.20

4 years ago

1.3.14

4 years ago

1.3.17

4 years ago

1.3.18

4 years ago

1.3.15

4 years ago

1.3.16

4 years ago

1.3.19

4 years ago

1.3.13

4 years ago

1.3.11

4 years ago

1.3.12

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.7

4 years ago

1.3.8

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago