2.5. response_helpers package¶
2.5.1. Submodules¶
2.5.2. Module contents¶
- response_helpers.construct_course_url(course: Any, *args: str) str¶
Build the published book URL for a course with an optional suffix.
- response_helpers.safe_join(directory: str, *pathnames: str) Optional[str]¶
Safely join a trusted base directory and untrusted relative paths.