1.0.3 • Published 2 years ago

@jijidown/query v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

jijiquery

JiJiDown Web API Client for TypeScript

Example

import { create } from '@jijidown/query'

const client = await create(`<YOUR ENDPOINT>`)

console.log(
  await client.user().getInfo()
)

const video = await client.video().getVideoInfo('BV1984y1F7Bv')

for await (const quality of video.getQuality()) {
  for (const qualityItem of quality) {
    console.log(qualityItem)
  }
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago