autorest/docs
Rob Dolin (MSFT) 2339d1a662 Generating-a-client Inconsistent file name (#1895)
* 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>
2017-03-08 09:25:28 -08:00
..
client Renamed index.md files to readme.md (#1598) 2016-11-11 15:00:03 -08:00
developer TS things (#1894) 2017-03-02 17:10:25 -08:00
extensions Renamed index.md files to readme.md (#1598) 2016-11-11 15:00:03 -08:00
images Updating docs (#1877) 2017-02-24 14:37:51 -08:00
notes Create 2-15-2017-What'sNew.md 2017-02-15 08:27:38 -08:00
proposals Literate File Formats (#1743) 2017-01-31 11:11:07 -08:00
stylesheets trying to get docs site to work 2016-11-02 16:34:13 -07:00
user Renamed index.md files to readme.md (#1598) 2016-11-11 15:00:03 -08:00
generating-a-client.md Generating-a-client Inconsistent file name (#1895) 2017-03-08 09:25:28 -08:00
index.html some sanity (#1838) 2017-02-16 10:09:33 -08:00
managing-autorest.md Updating docs (#1877) 2017-02-24 14:37:51 -08:00
params.json some sanity (#1838) 2017-02-16 10:09:33 -08:00
readme.md fix broken link to Swagger extensions doc (#1606) 2016-11-16 10:56:51 -08:00

readme.md

#AutoRest Documentation

  1. Defining Clients With Swagger
  2. Generating Clients
  3. Using a Generated Client (C#) - overview of the generated code and extensibility points.
  4. AutoRest Architecture
    • Overview
    • Code Generators
    • Modelers
  5. Building AutoRest
  6. Writing Tests
  7. Writing Swagger Validation Rules
  8. Contributing to the code