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
Hi, Github won't let me open a MR, so here is the code snippet to get all the key/value pairs for a project's configuration :
def get_project_config(self, project_name, format="xml"): url = "{}/project/{}/config".format(self.API_URL, project_name) return self.__get(url, format=format)
Cheers, Xavier
The text was updated successfully, but these errors were encountered:
I also need this option, can we contribute?
Sorry, something went wrong.
@xavier8854 I´ve generated the PR #64 for this, can you review/approve please?
emersonyh
No branches or pull requests
Hi,
Github won't let me open a MR, so here is the code snippet to get all the key/value pairs for a project's configuration :
Cheers,
Xavier
The text was updated successfully, but these errors were encountered: