-
Notifications
You must be signed in to change notification settings - Fork 55
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
Conversation
vlouvet
commented
Dec 25, 2023
- formatted the code from CameronLofy:main branch using Black, and confirmed it passes tests, and pre-commit checks.
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
Codecov ReportAttention:
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. |
@vlouvet flake8 check is still failing, can you resolve? |
build(deps): update httpx requirement from ~0.25 to >=0.25,<0.27 (jacobsvante#70)
@iloveitaly I will create a separate PR to add robust tests to the soap and rest API - but all checks passing now. |
@iloveitaly this is ready |