public interface QiyClient
| Modifier and Type | Method and Description |
|---|---|
QiyClient |
authorize(Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/iqiyi/authorize
|
static QiyClient |
createShared(Vertx vertx) |
QiyClient |
init(io.vertx.core.json.JsonObject params) |
QiyClient |
refreshToken(String refreshToken,
Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/oauth2/token
|
QiyClient |
requestFile(String fileType,
String size,
Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/openupload
|
QiyClient |
upload(String address,
String size,
String range,
String fileId,
char[] content) |
QiyClient init(io.vertx.core.json.JsonObject params)
QiyClient authorize(Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClient refreshToken(String refreshToken, Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClient requestFile(String fileType, String size, Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
Copyright © 2018. All rights reserved.