Skip to content

Commit

Permalink
ARCHIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed May 31, 2024
1 parent 2aed297 commit ee42b59
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 🚮 Archived!

If you're interested in maintaining this package please get in touch with me at:

https://github.com/pschmitt/contact/issues/new

# Rundeck REST API client

![PyPI](https://img.shields.io/pypi/v/pyrundeck)
Expand Down Expand Up @@ -34,10 +40,10 @@ Example using the file upload option
from pyrundeck import rundeck

rd = Rundeck(
rundeck_url,
username=username,
password=password,
verify=False,
rundeck_url,
username=username,
password=password,
verify=False,
api_version=19 # Required for file upload option
)
# Use the file_key returned in the response to reference the file when running a job
Expand Down

0 comments on commit ee42b59

Please sign in to comment.