简体   繁体   English

从Web API / REST API开始

[英]Start with web API/REST API

I am in the process of creating an app (cross-platform with Ionic framework) and during my research about app with this framework I found the one created for HabitRPG and it is using an API to retrieve data, it totally suits my app as well, but I don't know where to start to create an API nor what to use. 我正在创建一个应用程序(具有Ionic框架的跨平台),在我对使用此框架的应用程序的研究中,我找到了一个为HabitRPG创建的应用程序,它正在使用API​​来检索数据,它也完全适合我的应用程序,但我不知道从哪里开始创建API或使用什么。

I allready did some quick test with Spring , NodeJS and Symfony (with FOS ) but I'm looking for something really easy to use and to setup but still to have a lot of flexibility (like manage security, users, and data visibility). 我已经准备好对SpringNodeJSSymfony (带有FOS )进行一些快速测试,但是我正在寻找真正易于使用和设置的东西,但仍然具有很大的灵活性(例如管理安全性,用户和数据可见性)。

Is there a specific technology easy enough to start with ? 是否有足够简单的特定技术开始?

If you want to create a Web API and host it, you can perhaps have the look at APISpark ( http://restlet.com/products/apispark/ ). 如果要创建Web API并进行托管,则可以查看APISpark( http://restlet.com/products/apispark/ )。 It's an online plateform that allows to design your APIs following REST principles and then host them. 这是一个在线平台,允许您遵循REST原理设计API,然后托管它们。 The data are also managed by the platform. 数据也由平台管理。

Hope it helps. 希望能帮助到你。 Thierry 蒂埃里

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

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