OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Перейти к файлу
Timothee Guerin 3b8ba3389b Bum,p 2021-12-08 12:05:50 -08:00
.github Faq for out of memory (#4168) 2021-06-16 10:48:43 -07:00
.vscode Fix csharp docs link (#4039) 2021-04-05 13:06:50 -07:00
Samples work-in-progress 2019-01-28 10:34:19 -08:00
common Bum,p 2021-12-08 12:05:50 -08:00
docker Feature: Additional docker images for each language generator (#4286) 2021-09-13 08:28:48 -07:00
docs Add x-ms-identifiers to extensions doc (#4369) 2021-11-24 10:31:33 -08:00
eng Merge release/3.6.x into main 2021-10-15 09:51:49 -07:00
packages Bum,p 2021-12-08 12:05:50 -08:00
regression-tests Fix additionalProperties=false removed from x-ms-examples (#4386) 2021-12-08 08:33:38 -08:00
schemas Feature: Define security in autorest (#4018) 2021-04-21 11:16:52 -07:00
.default-eslintrc.yaml Added import eslint rules (#4279) 2021-09-03 10:58:11 -07:00
.editorconfig Add backlog of tests and create new @autorest/testing common test package (#3838) 2021-02-03 14:34:15 -08:00
.eslintignore Consolidate linting rules and fix issues (#3825) 2021-02-01 13:24:40 -08:00
.gitattributes Checkout txt file with lf eol (#4017) 2021-03-25 13:34:36 -07:00
.gitignore Consolidate dependencies to have consistent version across packages (#3834) 2021-02-03 13:48:27 -08:00
.gitmodules added perks submodule 2018-10-19 13:08:33 -07:00
.istanbul.yml Internal: Publish code coverage to Azure devops (#3947) 2021-03-03 16:32:15 -08:00
.prettierignore Added a remove-parameter directive (#4035) 2021-04-05 09:49:27 -07:00
.prettierrc.yml Reorganize request body parameter conversion in oai2 -> oai3 converter (#4230) 2021-07-27 09:55:22 -07:00
LICENSE update copyright year 2016-08-19 15:55:59 -07:00
jest.default.config.js Internal: Publish code coverage to Azure devops (#3947) 2021-03-03 16:32:15 -08:00
labels.yml Add labels.yml for label synchronization 2020-06-10 13:56:48 -07:00
markdown-link-check-config.json Fix: Loading configuration nested under the same as a flag (#4382) 2021-12-01 12:56:57 -08:00
readme.md Bump versions and update changelog (#4282) 2021-09-08 12:38:48 -07:00
rush.json Autorest fixer, initial version with type: object fix. (#4103) 2021-10-01 14:19:12 -07:00
tsconfig.json Cleanup @azure-tools/openapi (#3843) 2021-02-04 11:02:44 -08:00

readme.md

AutoRest

The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is a spec that describes the REST API using the OpenAPI Specification format.

Release notes

Packages

Name Changelog Latest Next
Core functionality
autorest Changelog
@autorest/core Changelog
@autorest/modelerfour Changelog
Language generators
@autorest/csharp Changelog
@autorest/go Changelog
@autorest/java Changelog
@autorest/powershell Changelog
@autorest/python Changelog
@autorest/swift Changelog
@autorest/typescript Changelog
Internal packages
@autorest/codemodel Changelog
@autorest/common Changelog
@autorest/configuration Changelog
@autorest/extension-base Changelog
@azure-tools/extension Changelog
@azure-tools/codegen Changelog
@azure-tools/openapi Changelog
@azure-tools/deduplication Changelog
@azure-tools/datastore Changelog
@azure-tools/oai2-to-oai3 Changelog
@azure-tools/jsonschema Changelog

Support Policy

AutoRest is an open source tool -- if you need assistance, first check the documentation. If you find a bug or need some help, feel free to submit an issue

Getting Started using AutoRest image

View our docs readme as a starting point to find both general information and language-generator specific information

Contributing

Contributing guide

Check our internal developer docs to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Autorest.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.