This repo is part of the Salesforce Marketing Cloud SDK Automation Framework. It holds the Open Api Specification json file which is used for the SDK Generation in four different languages (C#, Java, Php and Node).
- Swagger Code Gen CLI
- Open API Specification for Salesforce Marketing Cloud REST Routes
- Python Scripts for SDK Automation
To add a new REST route to the generated SDK,
- Create your own branch and modify the Open API Spec file
- Make sure the format is correct without any errors. Swagger Online Editor is an amazing tool to play with the Open Api Spec files. It has the ability to identify formatting errors.
- Push the changes to remote and create a PR against the most recent version branch from your new branch.
- This PR would trigger the Travis CI process.
- At the end of the CI Process, a new branch would be created on the SDK Repo. Also a PR would be created against the most recent version branch in the SDK Repo.
- You can then download the SDK project and test the changes in the new branch.
- As of now, the process of merging the code to the Master branch is set to Manual for first phase. It would also be automated in future releases.
Any changes to the existing Open API Spec file like changing the name of the parameters, making an optional parameter required, changing the request/response model names introduce breaking changes and will break the customers who are using the Automations SDKs.
- Request a new feature, add a question or report a bug on GitHub.
- Vote for Popular Feature Requests by making relevant comments and add your reaction. Use a reaction in place of a "+1" comment:
- 👍 - upvote
- 👎 - downvote
By contributing your code, you agree to license your contribution under the terms of the BSD 3-Clause License.