Extension for AutoRest (https://github.com/Azure/autorest) that generates PHP code
Перейти к файлу
Johannes Bader 1606fe8264
mintestserver (#8)
2018-04-04 17:06:56 -07:00
.gulp build-source-branch-name 2018-04-04 10:12:39 -07:00
.vscode initial (#1) 2017-08-25 14:36:18 -07:00
src Bump common (#6) 2017-10-09 16:27:36 -07:00
.gitignore Update .gitignore 2017-10-09 13:56:27 -07:00
.npmignore Publish With Yarn (#5) 2017-09-22 17:25:02 -07:00
LICENSE Initial commit 2017-08-14 15:57:22 -07:00
README.md Bump common (#6) 2017-10-09 16:27:36 -07:00
autorest.php.sln initial (#1) 2017-08-25 14:36:18 -07:00
gulpfile.js initial (#1) 2017-08-25 14:36:18 -07:00
package.json mintestserver (#8) 2018-04-04 17:06:56 -07:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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.

AutoRest extension configuration

use-extension:
  "@microsoft.azure/autorest.modeler": "2.1.22"

pipeline:
  php/modeler:
    input: swagger-document/identity
    output-artifact: code-model-v1
    scope: php
  php/generate:
    plugin: php
    input: modeler
    output-artifact: source-file-php
  php/emitter:
    input: generate
    scope: scope-php/emitter

scope-php/emitter:
  input-artifact: source-file-php
  output-uri-expr: $key

output-artifact:
- source-file-php