OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Перейти к файлу
Pan Shao ff93b8b61b
Bump versions (#5015)
Co-authored-by: Microsoft Auto Changeset Bot <autochangesetbot@microsoft.com>
2024-09-09 16:19:58 +08:00
.github Fix crash with duplicate paths (#4896) 2024-02-28 10:01:48 -08:00
.vscode Change isFullCompatible logic (#4954) 2024-04-19 19:23:47 +08:00
Samples
common Bump versions (#5015) 2024-09-09 16:19:58 +08:00
docker Fix invalid docker files (#4590) 2022-07-06 15:03:05 -07:00
docs Rename autorest.csharp branch feature/v3 to main (#5011) 2024-09-04 04:34:45 -07:00
eng Remove unused macos references (#4978) 2024-07-19 11:27:17 -07:00
packages Bump versions (#5015) 2024-09-09 16:19:58 +08:00
regression-tests Remove test matrix for out of support node version(14, 16) and update dependencies (#4794) 2023-11-15 19:48:35 -08:00
schemas
.default-eslintrc.yaml Remove test matrix for out of support node version(14, 16) and update dependencies (#4794) 2023-11-15 19:48:35 -08:00
.editorconfig Feature: Standarization of request bodies (#4405) 2022-02-25 12:03:03 -08:00
.eslintignore
.gitattributes Update rush and pnpm (#4504) 2022-04-06 10:00:02 -07:00
.gitignore Inlcude csharp rename decorator when openai-to-typespec generating tsp (#4907) 2024-03-19 21:20:34 +08:00
.istanbul.yml
.prettierignore Converter issue fix (#4851) 2024-01-11 09:48:50 +00:00
.prettierrc.yml Setup tsconfig to enable global tsc watch (#4435) 2022-02-25 15:52:12 -08:00
CONTRIBUTING.md Auto release pipeline (#4796) 2023-11-16 05:24:34 +00:00
LICENSE
SECURITY.md Microsoft mandatory file (#4537) 2022-05-18 18:12:29 -07:00
cspell.yaml Auto release pipeline (#4796) 2023-11-16 05:24:34 +00:00
jest.default.config.js General pacakges updates (#4676) 2022-11-18 23:37:24 +00:00
labels.yml
markdown-link-check-config.json Fix conflicting suppressions (#4725) 2023-03-28 09:48:13 -07:00
readme.md Update link to autorest.python changelog (#4818) 2023-12-11 09:47:29 -08:00
rush.json Initial Support for ARM in OpenAPI to TypeSpec Conversion (#4777) 2023-12-22 11:13:41 +08:00
tsconfig.base.json Setup tsconfig to enable global tsc watch (#4435) 2022-02-25 15:52:12 -08:00
tsconfig.json Fix root tsconfig conflicting with eslint file resolution (#4437) 2022-02-25 18:01:27 -08:00
tsconfig.ws.json Extract system requirements into own package (#4511) 2022-04-12 08:17:23 -07: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.