This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
VaRest | ||
====== | ||
Overview | ||
======== | ||
|
||
VaRest is the plugin for [Unreal Engine 4](https://www.unrealengine.com/) that makes REST server communications easier to use. | ||
|
||
Key features: | ||
|
||
* Flexible Http/Https request management with support of different Verbs and Content Types | ||
* **No C++ coding required**, everything can be managed via blueprints | ||
* Blueprintable Json wrapper with almost full support of Json features: different types of values, **arrays**, both ways serializarion to FString, etc. | ||
* [Parse](https://parse.com) REST API manager to start working with Parse out of the box! | ||
|
||
Check the [Wiki](https://github.com/ufna/VaRest/wiki) tab for plugin usage examples and installation notes. | ||
|
||
Current version: **1.0 Beta 3** | ||
|
||
![SCREENSHOT](SCREENSHOT.jpg) | ||
|
||
|
||
Legal info | ||
---------- | ||
|
||
Unreal® is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere. | ||
|
||
Unreal® Engine, Copyright 1998 – 2014, Epic Games, Inc. All rights reserved. | ||
|
||
REST API plugin for Unreal Engine4 - we love Parse backend and JSON communications! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.