- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 243字
- 2021-07-08 10:05:56
Creating a REST API
Here, we will learn to create a Representational State Transfer (REST) API, that is, how RESTful services are created in WSO2EI. We create them from the Developer Studio dashboard by following these steps:
- Click on REST API:

- Choose Create A New API Artifact and click on Next.
- Add the following information:
- Name: Name of the API; here, we will set it to my1stapi
- Context: This is the root context our services will have, for example, my1stapi. Thus, when calling the API, the URL will look like http://localhost:8280/my1stapi. It must start with /.
- Host name: We can leave it blank. It is used to filter the host that can invoke this API; if it is blank, everyone can call it.
- Port: This is used if we need to bind the API to a specific port; here, we leave it blank.
- Save location: Choose an ESB project to save it. Here, we choose My1stESBProject.
- Click on Finish, and the API structure will be added to the project. It will be placed in the My1stESBProject project in the project explorer in the path:

- If we double-click on the my1stapi.xml file, the API editor will open and will look like this:

- Now we are ready to implement our API functionality. API works the same way as proxy services. They both use in sequence, out sequence, and fault sequence, where logic is implemented.
We will go over RESTful services again later in the book.
推薦閱讀
- Java Web及其框架技術
- Learning Linux Binary Analysis
- Instant QlikView 11 Application Development
- Java性能權威指南(第2版)
- 學習OpenCV 4:基于Python的算法實戰
- Learning Apache Cassandra
- 案例式C語言程序設計實驗指導
- .NET 4.5 Parallel Extensions Cookbook
- IDA Pro權威指南(第2版)
- Emotional Intelligence for IT Professionals
- Clojure Polymorphism
- 從零開始:C語言快速入門教程
- Google Adsense優化實戰
- Building Apple Watch Projects
- 計算機應用基礎(Windows 7+Office 2010)