OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Перейти к файлу
Timothee Guerin e783f89846
Add log for actual error when resolving package version (#4016)
* Add log for actual error when resolving package version

* .
2021-03-25 11:15:17 -07:00
.attic Run prettier on all files 2020-12-01 16:21:38 -08:00
.github Add feature request and question issue templates (#4012) 2021-03-24 13:05:23 -07:00
.vscode Consolidate dependencies to have consistent version across packages (#3834) 2021-02-03 13:48:27 -08:00
Samples work-in-progress 2019-01-28 10:34:19 -08:00
common Add log for actual error when resolving package version (#4016) 2021-03-25 11:15:17 -07:00
docs Internal: Update autorest cli to stop shelling out to @autorest/core to load configuration and resolve required version (#3909) 2021-03-23 13:00:12 -07:00
eng Fix using `--require` in the cli without main readme file would load those after autorest default config. (#3964) 2021-03-08 12:47:42 -08:00
packages Add log for actual error when resolving package version (#4016) 2021-03-25 11:15:17 -07:00
regression-tests Bump m4 regression test valid version (#3966) 2021-03-09 08:06:24 -08:00
.default-eslintrc.yaml Internal: Add eslint jest plugin and fix issues (#4008) 2021-03-24 12:49:07 -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 added rush and perks 2018-10-19 13:14:07 -07:00
.gitignore Consolidate dependencies to have consistent version across packages (#3834) 2021-02-03 13:48:27 -08:00
.gitmodules
.istanbul.yml Internal: Publish code coverage to Azure devops (#3947) 2021-03-03 16:32:15 -08:00
.prettierignore Switch @autorest/core to use webpack (#3852) 2021-02-08 22:53:10 +00:00
.prettierrc.yml Run prettier on all files 2020-12-01 16:21:38 -08:00
Dockerfile update dockerfile to use latest autorest 2020-03-05 15:17:12 +01:00
LICENSE
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 Replace links from remote to local 2021-01-12 10:28:39 -08:00
readme.md Feature: OpenAPI3 Emitter (#3994) 2021-03-23 10:49:31 -07:00
rush.json Feature: OpenAPI3 Emitter (#3994) 2021-03-23 10:49:31 -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.

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/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][oai2-to-oai3_src] 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.