Skip to content

Add method for sanitizing URL. #65

@RezwanM

Description

@RezwanM

A URL can only have a handful of characters in it without requiring any modifications (i.e., unencoded). These characters are :, /, ?, &, and =, and they serve a specific purpose in the URL. All other characters need to be encoded in order to be included in the URL. Unencoded characters can result in unwanted behavior.

A method can be implemented inside the BasePagedResponseGetter class of the src/comb_utils/lib/api_callers.py module in order to sanitize the input URL so that all unencoded characters are encoded properly.

This issue was formed based on the changes made in #62.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions