| api | api wrapper function that checks for a user_key and determines the Rosette API endpoint to be utilized |
| check_content_parameters | preemptive check for content/contentUri request parameter errors |
| check_for_multipart | check if the request parameters contain multipart |
| check_morphology | determine which morphology endpoint to use |
| check_names | check if the required request parameters for either names endpoint are correct |
| create_multipart | create a multipart |
| error_check | check if Rosette API response includes and error message |
| get_endpoint | GET request to specified Rosette API endpoint |
| mutipart_call | make a multipart POST request |
| post_endpoint | POST request to specified Rosette API endpoint |
| serialize_name_parameters | serialize Rosette API parameters |
| serialize_parameters | serialize Rosette API parameters |
| to_json | convert Rosette API response content and headers to json |