VaRest icon indicating copy to clipboard operation
VaRest copied to clipboard

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!

Results 75 VaRest issues
Sort by recently updated
recently updated
newest added

I am using an API that requires all request parameters be a JSON object in the request body (x-www-form-urlencoded(Request Body)), instead of as url inline parameters. This works great for...

Hello, Similar to #294 but doesn't correspond. It's a bp-only project on UE 4.25.4. Packaging and game works fine on Windows. But when I'm trying to package for Linux with...

Hi There, It seems passing Json object from server to client results in null/empty value. Ive read about older versions of unreal failing to pass arrays/sets, so may not be...

wontfix

Hello, I was able to pull and send data with json before, I had to make a server change, I can't get any response on the new server I passed,...

question

How this new async function looks like: ![image](https://user-images.githubusercontent.com/31819230/142646004-988e6ff8-00c1-45ac-a256-9b1b3b0d0025.png)

Thank you for this plugin, it has simplified development of the project I am working on significantly. I'm wondering if you could provide me some pointers as to how one...

We have used VaRest in 4.24 successfully on both Windows and MacOS. We reference the plugin in the MarketPlace install folder from our own C++ plugin to provide analytics to...

question
research

For accessing more information such as GetResponseContentAsString(), which is useful, for example, when API provider sends csv instead of json.

I need to send in JSON: body = [{ 'text': 'shark', 'translation': 'tiburón' }]

feature request