diff --git a/README.md b/README.md index c0404532..6002ed0b 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/SCREENSHOT.jpg b/SCREENSHOT.jpg new file mode 100644 index 00000000..7f80da68 Binary files /dev/null and b/SCREENSHOT.jpg differ