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

Refactor rust sdk for submit #179

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

kiran-supra
Copy link

No description provided.

@kiran-supra kiran-supra force-pushed the refactor_rust_sdk_for_submit branch from 125078b to 3b47e6d Compare February 10, 2025 07:34
Copy link
Collaborator

@isaacdoidge isaacdoidge left a 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,
Copy link
Collaborator

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> {
Copy link
Collaborator

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.

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