标签: swift api
我是Swift编程的新手,我想开发一个使用网络的应用程序。为此,我目前正在独自学习,我需要一个后端。如何“创建”或使用API?有什么建议吗?
答案 0 :(得分:-1)
您可以使用OpenWeather的API进行API的一些基本练习:
https://openweathermap.org/api
您可以使用Alamofire进行API调用:
https://github.com/Alamofire/Alamofire