- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- Reactive Programming with Swift
- 實用防銹油配方與制備200例
- Mastering Python Scripting for System Administrators
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Xamarin.Forms Projects
- 你不知道的JavaScript(中卷)
- 精通MATLAB(第3版)
- Mastering Linux Security and Hardening
- TMS320LF240x芯片原理、設計及應用
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Beginning C++ Game Programming
- 深度學習原理與PyTorch實戰(第2版)
- Arduino計算機視覺編程
- Managing Microsoft Hybrid Clouds