https://github.com/coloradostark/unreal-engine-http-requests
An API client written in C++ / Blueprint that works with the API in my other repository
https://github.com/coloradostark/unreal-engine-http-requests
http-client http-requests ue4 unreal-engine
Last synced: 3 months ago
JSON representation
An API client written in C++ / Blueprint that works with the API in my other repository
- Host: GitHub
- URL: https://github.com/coloradostark/unreal-engine-http-requests
- Owner: ColoradoStark
- License: mit
- Created: 2018-10-01T18:50:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T07:34:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T05:34:22.774Z (4 months ago)
- Topics: http-client, http-requests, ue4, unreal-engine
- Language: C++
- Size: 37.1 KB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unreal-Engine-http-requests
An API client written in C++ written for UE5.0EA
It includes an blueprint class that can make http requests with just one node.
This client works with the REST API, and Servers from my other repositories.