-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "com.gbviktor.json-api-client-for-unity",
"displayName": "Json API Client",
"author": {
"name": "Victor Bisterfeld",
"url": "https://gbviktor.de/json-api-client-for-unity"
},
"version": "1.1.2",
"unity": "2021.1",
"description": "help you to boost up your first API service communication with JSON as payload and Bearer authorization Scheme",
"keywords": [
"client",
"api",
"https",
"http",
"network"
],
"license": "MIT",
"category": "Manager",
"dependencies": {
"com.cysharp.unitask": "2.3.1"
},
"samples": [
{
"displayName": "API Client Demo",
"description": "Sample how to Use API Client Get/Post methods",
"path": "Samples~/SampleOne"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/gbviktor/json-api-client-for-unity.git"
}
}