-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor rust sdk for submit #179
base: dev
Are you sure you want to change the base?
Refactor rust sdk for submit #179
Conversation
125078b
to
3b47e6d
Compare
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.
Please add a detailed description to this PR to explain its purpose. If there is not yet an accompanying GitHub issue, then please create one and link it in this PR.
base_url: Url, | ||
timeout: Duration, | ||
headers: HeaderMap, | ||
// headers: HeaderMap, |
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.
Please remove these parameters if they are no longer required.
); | ||
Ok(self) | ||
} | ||
// pub fn header(mut self, header_key: &str, header_val: &str) -> Result<Self> { |
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.
Same goes for all commented code.
No description provided.