-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAPI.json
More file actions
25 lines (23 loc) · 1.21 KB
/
API.json
File metadata and controls
25 lines (23 loc) · 1.21 KB
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
{
"apis": [
"**Discord.Net v1.0.2**\n\n",
"**IronOCR v4.2.2.1 ** *(optical character recognition)*\n",
"**RedditSharp v1.1.14.0 ** *(reddit functionality)*\n",
"**Tweetinvi v1.3.0.0 ** *(posting to twitter)*\n",
"**Websocket4Net v0.14.1.0 ** *(windows 7 connectivity)*\n",
"**Newtonsoft.JSON v10.0.3** *(dependencies and apis)*\n",
"**AngleSharp v0.9.9.1** *(html reader)*\n",
"**Jurassic v3.0.0-alpha2** *(javascript interpeter)*\n",
"**NLua v1.3.2.1** *(lua interpeter)*\n",
"**RestSharp v106.2.1** *(rest apis)*\n\n",
"**Base65536** *(made by qntm (https://goo.gl/Em4Uc2), C# code by cyberdot (https://goo.gl/A6KqKg))*"
],
"credits": [
"- **xubiod** - main development\n",
"- **WamWooWam** - lots of development help (especially with JSON parsing) and Lua interpeter code\n",
"- **Ironlake** - ideas and github contributions\n",
"- **MopeDude** - opinion ideas, motivation to continue development (major thanks!)\n\n",
"- **MopeDude, Toxoid49b, Waschbaer** - testing (thanks to all!)\n\n",
"Development probably wouldn't be as far without y'all!"
]
}