pawn-requests icon indicating copy to clipboard operation
pawn-requests copied to clipboard

pawn-requests provides an API for interacting with HTTP(S) JSON APIs.

Results 12 pawn-requests issues
Sort by recently updated
recently updated
newest added

I have the code: Request(); // id 0 Request(); // id 1 // Callback for Requests id 0 and id 1 public CallbackRequests() { printf("[RequestXF:%d]", id); } But these Request()...

I'm facing crash while sending data to server when the connection is lost. ## Summary by CodeRabbit - **Refactor** - Improved error handling and logging in the message sending functionality.

Hi, I'm using this plugin to send data to a webhook on Discord. Everything is sent, including the message is posted in the Discord channel correctly, but I always receive...

This plugin doens't work at Ubuntu 18.04. Any can build for this system?

If a xyz API response with no content Status Code 204 the library gives error of ERROR: failed to parse response as JSON

I am using http://host.csworld.ge Host and i have this error when loading plugin Failed (/lib32/libc.so.6: version `GLIBC_2.33' not found (required by plugins/requests.so))

After some confusion I've realised that the `JsonAppend` function is named incorrectly! Appending is adding a single item to a collection of items however the current API expects the input...

All internal calls to `Get` should also pass `auto = true`.

`yield` would be handy for this - storing state during the iteration will be a bit annoying. I may actually implement this with YSI advanced iterators.