diff --git a/README.md b/README.md index e2a4e28..27112e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository contains samples that take advantage of the z/OS Client Web Enablement Toolkit functionality to issue various REST API requests and parse the corresponding JSON content. +

Samples

+ [**Example-GeoServices**](https://github.com/IBM/zOS-Client-Web-Enablement-Toolkit/tree/master/Example-GeoServices) This sample demonstrates how to use the toolkit to obtain the distance between two cities using the Geo Services REST API. @@ -20,4 +22,10 @@ This sample demonstrates how to use the toolkit in Cobol to obtain the informati [**Example-Slack**](Example-Slack/) -This sample demonstrates how to use the z/OS Client Web Enablement Toolkit to post an update to a Slack channel. \ No newline at end of file +This sample demonstrates how to use the z/OS Client Web Enablement Toolkit to post an update to a Slack channel. + + + +

Useful Links

+ +[z/OS client web enablement documentation](https://www.ibm.com/docs/en/zos/2.5.0?topic=languages-zos-client-web-enablement-toolkit)