-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: add sdk_version to the network requests #48
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in 0eb8b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Changes
get_evaluations
requestregister_events
request