Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SocialBlade/socialblade-js
/ functions
Functions
10 in github.com/SocialBlade/socialblade-js
⨍
Functions
10
◇
Types & classes
103
↓ 12 callers
Method
user
* Returns data about a given user * * Remember that extended and archive history cost more credits. * Find out more at https://socialblade.co
lib/platform.ts:18
↓ 8 callers
Method
top
* Returns top list for a given filter * Starting from page 1, each response has 100 users which can then be accessed for 24 hours. * You can the
lib/platform.ts:55
↓ 1 callers
Function
top
(total: number)
examples/ts/youtube-top-500.ts:9
↓ 1 callers
Function
top
(total)
examples/js/youtube-top-500.js:9
Method
constructor
(api: Matrix, platform: string)
lib/platform.ts:7
Method
constructor
(api: Matrix, platform: string, defaultFilter: T)
lib/platform.ts:43
Method
constructor
(client_id: string, access_token: string, options: Options = {})
lib/client.ts:53
Method
constructor
( private client_id: string, private access_token: string, { base_url, user_agent }: Options, )
lib/matrix.ts:10
Method
get
( path: string, data = {}, headers = {}, )
lib/matrix.ts:42
Method
request
( method: 'GET', { path, data, headers }: MatrixRequest, )
lib/matrix.ts:19