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

Feature/subaccount service #288

Merged
merged 4 commits into from Dec 16, 2021

Conversation

nandubatchu
Copy link
Contributor

@nandubatchu nandubatchu commented Jul 26, 2021

@adshao Please validate if this can be merged.

@codecov
Copy link

codecov bot commented Jul 26, 2021

Codecov Report

Merging #288 (15cae01) into master (06aa4e0) will decrease coverage by 0.45%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
- Coverage   74.28%   73.82%   -0.46%     
==========================================
  Files          58       59       +1     
  Lines        5502     5536      +34     
==========================================
  Hits         4087     4087              
- Misses       1040     1074      +34     
  Partials      375      375              
Impacted Files Coverage Δ
v2/client.go 83.75% <0.00%> (-0.71%) ⬇️
v2/subaccount_service.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06aa4e0...15cae01. Read the comment docs.

}

// Test send test api to check if the request is valid
func (s *TransferToSubAccountService) Test(ctx context.Context, opts ...RequestOption) (err error) {
Copy link
Owner

Choose a reason for hiding this comment

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

Hi @nandubatchu , I can't find the endpoint /test from binance API, is this an official API?
If you want to test the API, it's better to add unit test for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let me remove this /test method.

@nandubatchu
Copy link
Contributor Author

@adshao I have removed the test method

@adshao adshao merged commit db2e228 into adshao:master Dec 16, 2021
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