https://github.com/insthync/unity-rest-client
A simple rest client for Unity
https://github.com/insthync/unity-rest-client
Last synced: about 1 year ago
JSON representation
A simple rest client for Unity
- Host: GitHub
- URL: https://github.com/insthync/unity-rest-client
- Owner: insthync
- License: mit
- Created: 2021-10-30T22:44:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T01:59:16.000Z (over 1 year ago)
- Last Synced: 2025-04-02T04:47:27.130Z (about 1 year ago)
- Language: C#
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-rest-client
A simple REST client for Unity
Deps:
- Newtonsoft.JSON, you can download the one which made for Unity from this https://github.com/jilleJr/Newtonsoft.Json-for-Unity. Or add `"com.unity.nuget.newtonsoft-json": "2.0.0` to `manifest.json` to use `Newtonsoft.JSON` package which made by Unity.