rxjava-github-api:使用 RxJava 进行 github API 编排

时间:2021-06-16 08:33:50
【文件属性】:
文件名称:rxjava-github-api:使用 RxJava 进行 github API 编排
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-16 08:33:50
Java rxjava-GitHub API 使用 RxJava 进行 GitHub API 编排 安装 $ git clone https://github.com/asufana/rxjava-githubapi.git $ cd rxjava-githubapi $ mvn install 如何使用 用户 rx.Observable< UserDto> user = new GithubClient () . user( " asufana " ); user . forEach(u - > System . out . println( " LoginName: " + u . login())); 存储库 rx.Observable< RepositoryDto> repositories = new GithubClient () . repositories( " asuf
【文件预览】:
rxjava-github-api-master
----.gitignore(52B)
----src()
--------main()
--------test()
----.travis.yml(90B)
----pom.xml(3KB)
----README.md(1KB)

网友评论