Skip to content

Conversation

leplatrem
Copy link
Contributor

Fixes #112

Revamping what @FlorianKuckelkorn did in #178

return resp["data"]

def get_history(self, *, bucket=None, **kwargs):
endpoint = self.get_endpoint("history", bucket=bucket)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous round of this PR, you suggested it would be good to check for the history plugin.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought we had the capabilities check already, but I realized we don't. So I went for the shortest approach...

@leplatrem leplatrem merged commit 39573f0 into master Sep 10, 2019
@leplatrem leplatrem deleted the 112-history-support branch September 10, 2019 15:22
@leplatrem leplatrem mentioned this pull request Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of history plugin
2 participants