Skip to content
New issue

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

feat: add refresh strategy to stencil client #99

Merged
merged 4 commits into from
Feb 8, 2022
Merged

Conversation

h4rikris
Copy link
Member

@h4rikris h4rikris commented Feb 5, 2022

BREAKING CHANGE:

  • Removed NewMultiURLClient method.
  • Changed NewClient method to accept list of urls, instead of just taking one
  • Removed ParseWithRefresh, SerializeWithRefresh methods from Client interface
  • Changed Refresh method signature from Refresh() error to Refresh()

@h4rikris h4rikris force-pushed the refresh-strategy-go branch 2 times, most recently from b8b1cb3 to ea34484 Compare February 5, 2022 13:33
BREAKING CHANGE:
* Removed NewMultiURLClient method.
* Changed NewClient method to accept list of urls, instead of just taking one
* Removed ParseWithRefresh, SerializeWithRefresh methods from Client interface
* Changed Refresh method signature from `Refresh() error` to `Refresh()`
clients/go/README.md Outdated Show resolved Hide resolved
clients/go/client.go Outdated Show resolved Hide resolved
@h4rikris h4rikris merged commit 8ce67fb into master Feb 8, 2022
@h4rikris h4rikris deleted the refresh-strategy-go branch February 8, 2022 13:22
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.

None yet

2 participants