Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Jan 3, 2018
1 parent 278850c commit fbf4b76
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/openapi-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

This package contains:

- Decorators that describe LoopBack artifacts as metadata.
- Uilities that tranfer LoopBack remoting metadata to swagger specifications.
- Decorators that describe LoopBack artifacts as OpenAPI v2 (Swagger) metadata.
- Utilities that tranfer LoopBack metadata to OpenAPI v2 (Swagger) swagger specifications.

## Overview

The package has functions described above for LoopBack controller classes.
Decorators apply REST api mapping metadata to controller classes and their members. And utilities that inspect controller classes to build OpenAPI v2 (Swagger) specifications from REST api mapping metadata.

Functions for more artifacts will be added when we need.

## Installation

Expand Down

0 comments on commit fbf4b76

Please sign in to comment.