retrofit-play-wsclient:让 Retrofit 与 Play Framework 一起使用更方便

时间:2024-08-03 10:07:28
【文件属性】:

文件名称:retrofit-play-wsclient:让 Retrofit 与 Play Framework 一起使用更方便

文件大小:10KB

文件格式:ZIP

更新时间:2024-08-03 10:07:28

Scala

播放 + 改造 Retrofit 是一个了不起的 HTTP 客户端脚手架库。 有关 Retrofit 结帐的更多信息,请访问 。 目标 该项目的目的是使 Retrofit 与一起使用更方便。 Retrofit 通过retrofit.Callback支持非阻塞 HTTP 请求的概念。 该项目的目标是使公开一个返回scala.concurrent.Future[T]的scala包装器变得非常容易,同时还使用 Play Framework 的WS库。 细节 假设我们定义了 Retrofit HTTP 接口: public interface GitHub { static class Contributor { String login; int contributions; } @GET ( " /repos/{owner}/{repo}/contrib


【文件预览】:
retrofit-play-wsclient-master
----.gitignore(219B)
----project()
--------plugins.sbt(22B)
--------project()
----src()
--------main()
----LICENSE(1KB)
----Readme.md(2KB)
----build.sbt(274B)

网友评论