If you have completed Step 2. Create and Test an API Service, and the test results are as expected, you can then publish this service and initiate a request from a browser to verify whether the API works properly.
Publish
as the release environment, enter Publish API
in the remarks, and click Submit.Through the publishing action, the API service is published, so that the API can be accessed externally. Then, you can initiate a request in a browser to check whether the API can respond correctly.
Publish
environment, such as service-kzeed206-1251762227.ap-guangzhou.apigateway.myqcloud.com/release
.As the domain name varies by service, the domain name assigned to your service may be different from the one in this document. Please do not directly copy the address here for access.
service-kzeed206-1251762227.ap-guangzhou.apigateway.myqcloud.com/release/article
service-kzeed206-1251762227.ap-guangzhou.apigateway.myqcloud.com/release/article/1
service-kzeed206-1251762227.ap-guangzhou.apigateway.myqcloud.com/release/article/2
So far, you have completed the process for implementing a service through SCF and providing it through API. Subsequently, you can continue to modify the code and add features and API rules to form a richer-featured application module.
Was this page helpful?