- 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.
推薦閱讀
- Learning Single:page Web Application Development
- PHP網絡編程學習筆記
- 零基礎學MQL:基于EA的自動化交易編程
- C語言從入門到精通(第4版)
- SQL基礎教程(視頻教學版)
- JavaScript:Moving to ES2015
- RabbitMQ Cookbook
- AIRIOT物聯網平臺開發框架應用與實戰
- Python High Performance Programming
- 智能手機APP UI設計與應用任務教程
- Learning Modular Java Programming
- Learning AWS
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Learning Bootstrap 4(Second Edition)
- SSH框架企業級應用實戰