Skip to content

rickymoorhouse/echo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published