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

searchMoreWithId functionality to SOAP interface #71

Merged
merged 7 commits into from
Jan 11, 2024

Conversation

vlouvet
Copy link
Contributor

@vlouvet vlouvet commented Dec 25, 2023

  • formatted the code from CameronLofy:main branch using Black, and confirmed it passes tests, and pre-commit checks.

vlouvet and others added 5 commits December 22, 2023 12:45
add REST API example in Programmatic use section
Added searchMoreWithId function in SOAP interface to be able to paginate results when more than 1000 returns. See the following docs for more information. https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3523074.html#searchMoreWithId
Added searchMoreWithId function in SOAP interface to be able to paginate results when more than 1000 returns. See the following docs for more information. https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3523074.html#searchMoreWithId
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f903be7) 35.71% compared to head (91a18c3) 35.80%.

Files Patch % Lines
netsuite/soap_api/client.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   35.71%   35.80%   +0.08%     
==========================================
  Files          25       25              
  Lines        1064     1067       +3     
==========================================
+ Hits          380      382       +2     
- Misses        684      685       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iloveitaly
Copy link
Collaborator

@vlouvet flake8 check is still failing, can you resolve?

@vlouvet
Copy link
Contributor Author

vlouvet commented Dec 27, 2023

@iloveitaly I will create a separate PR to add robust tests to the soap and rest API - but all checks passing now.

@vlouvet
Copy link
Contributor Author

vlouvet commented Jan 4, 2024

@iloveitaly this is ready

@iloveitaly iloveitaly merged commit 7a80b01 into jacobsvante:main Jan 11, 2024
79 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.

3 participants