This collection is open source and we welcome your contributions!
Contributions usually come in the form of enhancements to Postman files or documentation via pull requests as well as by reporting bugs as issues.
About the repository: This GitHub repository is only used for issue tracking. Use Salesforce Developer's Postman workspace to get the latest versions of the collection and environment files for your own use. The collection and environment files are hosted on Postman and synchronized to this repository for source control. For more information, see the How to Use the Collection section.
Make your pull requests (PR) for contributions to the collection in the Postman environment, not on this repo!
The basic steps are very similar to making a pull request in Git:
-
Start in a Postman workspace that is public. You can't make a Postman PR from a private workspace.
Note that you can move your fork of the Tableau collection from a private workspace to a public one to make a PR and then move it back to your private workspace once the request is merged. For more info, see Using and managing workspaces.
-
Create a fork of the collection in Postman.
-
Make additions or other changes (see details in the following section of this page).
-
Choose Create a pull request using the three dots to the right of the collection name.
-
Open an issue in this repo describing the enhancement your pull request makes.
For details, see creating a Postman pull request for a fork.
This collection uses Postman environment variables to enable each person to customize for their own environment without editing requests. To add or change a method's request to the collection:
-
Determine whether the existing environment variable file already has a variable for each resource the user will need to make the request.
-
If you need to add a variable for your collection change, then for each method:
-
Create a new request.
-
Use the appropriate environment variables in the URI and request body of your request.
For example, for the Create Connected App Secret request, note that the
:connected-app-id
path parameter uses the value of theconnected-app-id
environment variable.
Issues are tracked in this GitHub repo.
Use the Issues page of this repo to create or see existing issues with the collection.