Skip to content

Commit

Permalink
Documentation for creating swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Dec 11, 2015
1 parent 89234ae commit 66f0fc7
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ The structure should appear like so:
│   └── swagger
│   └── service.json
├── arm-web
├── documentation
└── readme.md
```

At this point, the specifications are expected to be in swagger format.

## Creating the Swagger Specification for Azure
This [document](./documentation/creating-swagger.md) will help you understand how AutoRest converts Swagger in to code.

## Generating Code from Specifications

If you are interested in generating code from these specifications, please check out [AutoRest](https://github.com/azure/autorest). There you will find the code generator as well as instructions on how to use it.
Expand Down
Loading

0 comments on commit 66f0fc7

Please sign in to comment.