-
Notifications
You must be signed in to change notification settings - Fork 16
replace all references to project_name parameter with container_path #75
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
Conversation
example data referenced in comment does not exist
replace project_name references with container_path
replace project_name references with container_path
replace project_name reference with container_path
replace project_name reference with container_path
replace project_name with container_path
replace project_name with container_path
replace project_name with container_path
replace references to projects with container path
README.md
Outdated
# Note: If developing against localhost with https disabled, set use_ssl=False below | ||
api = APIWrapper(labkey_server, container_path, contextPath) | ||
|
||
# Makes an API request to https://www.example.com/labkey/ModuleAssayTest/query-getQuery.api |
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.
do you want to replace the ModuleAssayTest
in the example URL here as well to match the container_path at line 96?
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.
Yeah we should definitely fix that, otherwise it will be rather confusing
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.
good catch, thanks guys
Rationale
replacing project_name with container_path for clarity.
Related Pull Requests
Changes