OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Перейти к файлу
Jose Manuel Heredia Hidalgo b6e0149344 latest changes 2023-10-09 14:22:53 -07:00
.github FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#4758) 2023-08-01 15:34:17 +00:00
.vscode foo 2023-09-29 12:48:13 -07:00
Samples work-in-progress 2019-01-28 10:34:19 -08:00
common Initial spike 2023-09-23 13:45:05 -07:00
docker Fix invalid docker files (#4590) 2022-07-06 15:03:05 -07:00
docs Add x-ms-internal extension (#4746) 2023-06-07 07:56:45 -07:00
eng Fix conflicting suppressions (#4725) 2023-03-28 09:48:13 -07:00
packages latest changes 2023-10-09 14:22:53 -07:00
regression-tests Fix: Duplicate $host (#4640) 2022-09-22 09:50:54 -07:00
schemas Feature: Define security in autorest (#4018) 2021-04-21 11:16:52 -07:00
.default-eslintrc.yaml Internal: Provide formatting enforcement at the global level instead of eslint (#4436) 2022-02-25 18:01:02 -08:00
.editorconfig Feature: Standarization of request bodies (#4405) 2022-02-25 12:03:03 -08:00
.eslintignore Consolidate linting rules and fix issues (#3825) 2021-02-01 13:24:40 -08:00
.gitattributes Update rush and pnpm (#4504) 2022-04-06 10:00:02 -07:00
.gitignore Setup tsconfig to enable global tsc watch (#4435) 2022-02-25 15:52:12 -08:00
.istanbul.yml Internal: Publish code coverage to Azure devops (#3947) 2021-03-03 16:32:15 -08:00
.prettierignore Update to typespec (#4720) 2023-03-14 11:02:32 -07:00
.prettierrc.yml Setup tsconfig to enable global tsc watch (#4435) 2022-02-25 15:52:12 -08:00
CONTRIBUTING.md Contributing docs (#4502) 2022-07-07 08:51:07 -07:00
LICENSE update copyright year 2016-08-19 15:55:59 -07:00
SECURITY.md Microsoft mandatory file (#4537) 2022-05-18 18:12:29 -07:00
cspell.yaml Fix conflicting suppressions (#4725) 2023-03-28 09:48:13 -07:00
jest.default.config.js General pacakges updates (#4676) 2022-11-18 23:37:24 +00:00
labels.yml Add labels.yml for label synchronization 2020-06-10 13:56:48 -07:00
markdown-link-check-config.json Fix conflicting suppressions (#4725) 2023-03-28 09:48:13 -07:00
readme.md Fix internal developer doc link (#4721) 2023-03-24 15:22:55 +00:00
rush.json Merge openapi to cadl plugin (#4664) 2022-11-18 16:48:35 -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.