-
Notifications
You must be signed in to change notification settings - Fork 9
49 add functions for new exposure endpoints #71
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
49 add functions for new exposure endpoints #71
Conversation
…or specified DTXSID or Medium. Also added function for retrieving Medium categories.
Current branch is behind dev and needs to be updated before new features are developed.
Merge branch 'dev' into 49-add-functions-for-new-exposure-endpoints # Conflicts: # inst/httptest/request.R # vignettes/2/0/ctx/chemical/detail/search/by-dtxsid-9e51f1-1f4023-POST.json # vignettes/2/0/ctx/chemical/detail/search/by-dtxsid-9e51f1-5aa7b6-POST.json # vignettes/2/0/ctx/chemical/detail/search/by-dtxsid-9e51f1-b88611-POST.json # vignettes/2/0/ctx/chemical/detail/search/by-dtxsid-9e51f1-e50b51-POST.json # vignettes/2/0/ctx/cls/by-name/CCL4.json # vignettes/2/0/ctx/cls/by-name/NATADB.json # vignettes/3/0/chemical/detail/search/by-dtxsid-9e51f1-975bfd-POST.json # vignettes/3/0/chemical/detail/search/by-dtxsid-9e51f1-efb7c3-POST.json # vignettes/3/0/chemical/list/search/by-name/CCL4-8b6df7.json # vignettes/3/0/chemical/list/search/by-name/NATADB-8b6df7.json # vignettes/3/0/ctx/hazard/genetox/details/search/by-dtxsid-9e90b5-POST.json # vignettes/3/0/hazard/genetox/details/search/by-dtxsid-355bc3-POST.json # vignettes/3/0/hazard/genetox/summary/search/by-dtxsid-355bc3-POST.json # vignettes/3/0/hazard/genetox/summary/search/by-dtxsid-9e90b5-POST.json
|
@madison-feshuk this also completes the change to the new API host address for the Exposure endpoints. |
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.
Gil Padilla Mercado reported that get_general_exposure_prediction_batch() is returning NULL on dev branch. This is resolved on this 49 branch.
I've tested the other new funcs and they all same to be working. Let's merge this one too before submitting to CRAN
This closes #49. Covers new CCD and MMDB endpoints. Added examples in vignettes and updated tests.