зеркало из https://github.com/Azure/autorest.git
2339d1a662
* Generating-a-client Inconsistent file name The PowerShell command saves the file locally with one name (swagger.json), but then the subsequent command is looking for a different file name (petstore.json) * Update generating-a-client.md Signed-off-by: Rob Dolin <robdolin@microsoft.com> |
||
---|---|---|
.. | ||
client | ||
developer | ||
extensions | ||
images | ||
notes | ||
proposals | ||
stylesheets | ||
user | ||
generating-a-client.md | ||
index.html | ||
managing-autorest.md | ||
params.json | ||
readme.md |
readme.md
#AutoRest Documentation
- Defining Clients With Swagger
- AutoRest-specific Swagger Extensions
- Generating Clients
- Command Line Interface - using AutoRest.exe from the command line.
- using AutoRest in Visual Studio.
- Using a Generated Client (C#) - overview of the generated code and extensibility points.
- AutoRest Architecture
- Overview
- Code Generators
- Modelers
- Building AutoRest
- Writing Tests
- Writing Swagger Validation Rules
- Contributing to the code