简体   繁体   English

Android 工作室工具为 REST API 构建客户端

[英]Android studio tools to build client for REST API

in .NET platform nobody build manually client of REST functions, need to set endpoint URL and embedded in Visual Studio tool review endpoint URL with?WSDL suffix (for REST in SOAP/WSDL/DISCO format) or /help (with WebApi format), than tools make automatically code with all methods to communication with all parameters. in .NET platform nobody build manually client of REST functions, need to set endpoint URL and embedded in Visual Studio tool review endpoint URL with?WSDL suffix (for REST in SOAP/WSDL/DISCO format) or /help (with WebApi format), than工具使用所有方法自动编码以与所有参数进行通信。 I'm newbie in Java and Kotlin programming - how to perform similar function in Android Studio?我是 Java 和 Kotlin 编程的新手 - 如何在 ZE84ZDBStudio?D1AB5074C17A94F14Z 中执行类似的 function? Need something plugin or what?需要一些插件或什么?

I don't think there is something like that in android Studio, you should implement this functionality manually, but there is a library called Retrofit that makes it so easy to do it, I reccomend you check it out..我不认为在 android Studio 中有类似的东西,你应该手动实现这个功能,但是有一个名为 Retrofit 的库使它很容易做到,我建议你检查一下。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM