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

chore: add sdk_version to the network requests #48

Merged

Conversation

duyhungtnn
Copy link
Collaborator

@duyhungtnn duyhungtnn commented Sep 27, 2023

Changes

  • add sdk_version to the get_evaluations request
  • add sdk_version to the register_events request

@duyhungtnn
Copy link
Collaborator Author

should close #17

@@ -6,4 +6,7 @@ struct GetEvaluationsRequestBody: Codable {
let userEvaluationsId: String
let sourceId: SourceID
let userEvaluationCondition: UserEvaluationCondition
// noted: we didn't set the default value to prevent the warning about Decodeable will not work
Copy link
Member

Choose a reason for hiding this comment

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

For this case, it's okay to only leave this comment on the PR.
No need to comment on the code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure, let me remove it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed in 0eb8b43

Copy link
Member

@cre8ivejp cre8ivejp left a comment

Choose a reason for hiding this comment

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

Thank you!

@cre8ivejp cre8ivejp merged commit 8c29c18 into bucketeer-io:main Sep 27, 2023
6 checks passed
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.

2 participants