command
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Aug 16, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
RESTful Web Service
This is a sample of a "legacy" RESTful web service that implements the
Goodbye service. The IdP service is required to be running and
accessible.
Running
See the parent README.MD for instructions to run
the example services together.
Endpoints
This example implements the following API:
#%RAML 0.8
title: Goodbye Service
version: 1
/goodbye:
get:
queryParameters:
name:
description: The person departing (defaults to user name)
responses:
200:
body:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
type: object
properties:
goodbye:
type: string
required:
- goodbye
example:
goodbye: "Boss"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.