I am trying to access a paginated API, but:
Pasting the param works.
Whereas accessing it as a parameter doesn't work.
Upon further inspection, it seems as it is formated and changed when accessed below, is this a known bug, or is there someting I can change to force it to stay the same?
Pasted:
- https://api.app.shortcut.com/api/v3/search/stories?detail=slim&next=e9a29c2aafa6bbe84c6794d9aa3c497971ec5df8~24&page_size=25&query=!team%3A"Tech%20Team"
Accessed as parameter: - https://api.app.shortcut.com/api/v3/search/stories%3Fquery=!team%3A"Tech+Team"&detail=slim&page_size=25&next=e9a29c2aafa6bbe84c6794d9aa3c497971ec5df8~24