Currently documented helper functions can be found in the following commit (https://github.com/Denperidge-Redpencil/project/commit/4db6dea24b7075e38dc2fca60b8db0695029506a) and PR #5 The following functions have been requested to not be documented; thus presumably their deletion, modification or documentation should be discussed. - [ ] rewrite_url_header. Found in [python](https://github.com/mu-semtech/mu-python-template#rewrite_url_headerrequest) & [ruby](https://github.com/mu-semtech/mu-ruby-template#rewrite_url_headerrequest) - [ ] validate_json_api_content_type. Found in [python](https://github.com/mu-semtech/mu-python-template#validate_json_api_content_typerequest) and [ruby](validate_json_api_content_type) - [ ] validate_resource_type. Found in [python](https://github.com/mu-semtech/mu-python-template#validate_resource_typeexpected_type-data) and [ruby](https://github.com/mu-semtech/mu-ruby-template#validate_resource_typeexpected_type-data). - [ ] update_modified. Found in [python, albeit undocumented](https://github.com/mu-semtech/mu-python-template/blob/master/helpers.py) and [ruby](https://github.com/mu-semtech/mu-ruby-template#update_modifiedsubject-modified--datetimenow) There was also discussion on whether to keep the implicit `sparql_escape`, although this function is as of now still documented