Commit Graph

85 Commits

Author SHA1 Message Date
czp
08454d48ff 更新错误码 2018-02-01 14:33:08 +08:00
czp
f9cc591eee 调整 HttpLogging 等级到 BASIC 2018-02-01 09:48:18 +08:00
czp
8b79cff89e 更新 README 2018-02-01 09:45:37 +08:00
czp
e7c79b7fe1 尚不明确 B站 SSO API 的工作方式 2018-01-31 15:59:29 +08:00
czp
4c4be210d7 修正 gradle 构建脚本 2018-01-31 14:47:29 +08:00
czp
7d15fb93b2 更新版本号与 README 2018-01-31 11:20:43 +08:00
czp
f0a444d04d 取消自动重连机制, 重连由最终用户进行控制避免耦合 2018-01-31 10:46:35 +08:00
czp
a8e3aa15b8 使用 Netty 重新实现 LiveClient, 使用 guava EventBus 来作为事件机制实现 2018-01-31 10:38:53 +08:00
czp
7b85c8a956 使用 X509EncodedKeySpec 实现 RSA 加密, 兼容 Java9 2018-01-24 14:29:52 +08:00
czp
c30685d117 修正数据类型, 添加 log 2018-01-24 11:04:31 +08:00
czp
25d4802492 修正其他用户 git clone 后, 没有 ossUsername 等变量导致不能正常加载 gradle 构建脚本的问题 2018-01-24 11:00:07 +08:00
czp
4e6aa8807e 将 .gradle 加入到 gitignore 2018-01-24 10:49:07 +08:00
czp
3ebf1088fa 发布至 maven 中心站 2018-01-22 10:21:24 +08:00
czp
d81a4af281 更新 README 2018-01-21 01:18:19 +08:00
czp
cad45be693 将所有 json 记录移动到 "record" 文件夹 2018-01-21 00:51:05 +08:00
czp
7d155df323 使用 Gradle 2018-01-19 17:23:01 +08:00
czp
e242ce1997 修改变量名 2018-01-19 14:47:53 +08:00
czp
2058d6333d 重构代码, BilibiliAPI 不再 static 2018-01-19 14:40:11 +08:00
czp
4db58a5889 增加公用服务器错误码定义 2018-01-18 09:36:06 +08:00
czp
e6037e6c02 初步完成 LiveClient 用于获取直播间实时弹幕 2017-11-14 12:19:16 +08:00
czp
189301a4a9 在实体类中, 用 JsonElement 替代 Object 类型 2017-11-13 00:39:59 +08:00
czp
e3565e2bd3 增加日志记录
调用 BilibiliRESTAPI.getAccountInfo() 时将自动保存用户的 mid
2017-11-12 22:41:57 +08:00
czp
304960c819 文档中添加对服务器返回码中的 code 字段的解释 2017-11-11 19:04:12 +08:00
czp
820e4d078a 增加服务器错误码
添加 getPlayUrl 的备注
2017-11-10 19:08:59 +08:00
czp
91f046f69a 将 HttpLoggingInterceptor 从应用层移动到网络层 2017-11-10 17:09:04 +08:00
czp
874c6245fc 优化计算 DisplayId 的方法, 使用三目表达式 2017-11-10 16:40:57 +08:00
czp
0f4051bd12 readme 增加对 room_id 和 show_room_id 的说明 2017-11-10 13:40:18 +08:00
czp
fc9ee6e3e3 对 String 形态的 RSA public key 进行预处理时, 对 \n 使用 replaceAll 而不是原来的 replace 2017-11-10 13:23:30 +08:00
czp
6dc03953e9 当服务器返回的 code 不为 0 时, 为了防止 json 反序列化出错, 此时将 data 字段替换为 null 2017-11-10 02:31:22 +08:00
czp
6a6769fc5e login, refresh token, logout 操作增加请求返回值判断并抛出详细错误提示
HttpLogging 级别改为 Body 级别
修正礼物发送测试中的异常捕获问题
2017-11-10 01:18:57 +08:00
czp
7f44dc4415 修正 readme 2017-11-07 17:06:35 +08:00
czp
25defc49af 修正 readme 2017-11-07 17:00:27 +08:00
czp
a58d175db6 编写 readme 2017-11-07 16:48:53 +08:00
czp
725b17b1f1 修正一些实体类的名称并添加一些 API 注释 2017-11-07 15:51:17 +08:00
czp
3210a50b37 初步完成 live 有关 RESTFul API 2017-11-07 03:08:39 +08:00