Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.3 KB

File metadata and controls

23 lines (12 loc) · 1.3 KB

zOS Client Web Enablement Toolkit

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.

Example-GeoServices

This sample demonstrates how to use the toolkit to obtain the distance between two cities using the Geo Services REST API.

Example-zOSMF

This sample demonstrates how to use the z/OS client web enablement toolkit to issue z/OSMF REST Services.

Example-Download

This sample demonstrates how a native z/OS application can use toolkit to download content from a REST API endpoint.

Example-Cobol-AirportService

This sample demonstrates how to use the toolkit in Cobol to obtain the information about an airport using the Airport Service REST API.

Example-Slack

This sample demonstrates how to use the z/OS Client Web Enablement Toolkit to post an update to a Slack channel.