Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TBDWe are showing here an example of how the Jira Snapshots API can be called from using Python code.
Similar implementations can be done in any language, so this example is given for the sake of demonstration.
Prerequisites:

  1. A Jira Snapshot exists, and it has each API enabled as explained on this page.

  2. The Api Key is known, and set by an environment variable (in the code snippet, “SNAPSHOT_APIKEY”)

  3. The web request endpoint is available through the environment variable (in the code snippet, “SNAPSHOTS_WEB_REQUEST_URL”)