We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eea3be commit 92880b6Copy full SHA for 92880b6
1 file changed
README.md
@@ -189,19 +189,6 @@ export CHECK_SDK_UPDATE="true"
189
```
190
When this flag is set, the SDK will automatically check for new versions during runtime regardless of the `checkForUpdates` parameter value.
191
192
-## Contributing
193
-We welcome contributions to this SDK! If you'd like to contribute, please submit a Pull Request or open an issue with any suggestions or bug reports.
194
-
195
-To generate the sdk from the openapi specs run:
196
-```bash
197
-python3 generate_sdk_csharp.py
198
-```
199
200
-To generate the documentation run:
201
202
-python3 generate_sdk_docs.py [--use-cache]
203
204
205
## Running Tests
206
To run the tests, use the following command:
207
```bash
0 commit comments