View Single Post
jdlovins
Junior Member
Join Date: Sep 2015
Old 07-27-2017 , 14:49   Re: REST in Pawn - HTTP and JSON methodmaps
Reply With Quote #12

Quote:
Originally Posted by DJ Tsunami View Post
Great idea, but I would need to add hashing to this extension, which would make it more bloated. I'll think about it.


Correct, you don't have to worry about cleaning up response and response.Data.

Awesome. Something that would be very useful is a URL encode function. For example if you call an API with parameters such as

/items?type=5&name=i have spaces

it will error out on the API end because of the spaces. Not sure how easy that is to solve really.
jdlovins is offline