…
|
||
---|---|---|
.. | ||
.gitignore | ||
ConnectorAPI.json | ||
README.md | ||
TokenAPI.json | ||
generateClient.cmd | ||
package-lock.json | ||
package.json | ||
tokenAPI.md |
README.md
BotFramework Connector
Configuration for generating BotFramework Connector SDK.
add-credentials: true
openapi-type: data-plane
The current release for the BotFramework Connector is v3.0.
Releases
Connector API 3.0
input-file: ConnectorAPI.json
Connector API 3.0 - Python Settings
These settings apply only when --python
is specified on the command line.
DO NOT use --basic-setup-py
as this will overwrite the existing setup.py files.
If you upgrade autorest from npm you may need to run autorest ---reset
before continuing.
python:
license-header: MICROSOFT_MIT_NO_VERSION
add-credentials: true
payload-flattening-threshold: 2
namespace: botframework.connector
package-name: botframework-connector
override-client-name: ConnectorClient
clear-output-folder: true
output-folder: ./generated