We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement GET and PUT wrappers to view and modify the git repository settings for content.
Will greatly improve recipe at posit-dev/connect-cookbook#57
API Proposal
from posit import connect client = connect.Client() content = client.content.get(...) repository = content.repository or content.create_repository(...) # GET or POST repository.update(...) # PATCH repository.delete() # DELETE
The text was updated successfully, but these errors were encountered:
content/guid/repository
@tdstein I can try to pick this one up as sand work!
Sorry, something went wrong.
Closed in #300
schloerke
zackverham
No branches or pull requests
Implement GET and PUT wrappers to view and modify the git repository settings for content.
Will greatly improve recipe at posit-dev/connect-cookbook#57
API Proposal
The text was updated successfully, but these errors were encountered: