-
Notifications
You must be signed in to change notification settings - Fork 0
rickymoorhouse/echo-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
You can import this API into your API Connect instance for a quick and easy test API.
# Simple Echo API for IBM API Connect v2018
You can import this API into your API Connect instance using the UI. (toolkit commands to follow)
# Simple Echo API for IBM API Connect v5
Install the API Connect CLI
npm install -g apiconnect
Login to your API Connect environment
apic login
Publish the API
apic publish simple_test.yaml --server *server* --organization *org-name* --catalog sb
Call the API
curl https://<api_hostname>/<org-name>/sb/echo/get?text=hello
About
Simple Echo Test API for API Connect
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published