Restructured to better merge REST and WebSocket entities

This commit is contained in:
RogueException
2016-06-07 21:08:35 -03:00
parent 597cedae6d
commit 8c2fa21b81
138 changed files with 2892 additions and 4274 deletions

View File

@@ -5,9 +5,6 @@ An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
Check out the [documentation](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).
##### Warning: Some of the documentation is outdated.
It's current being rewritten. Until that's done, feel free to use my [DiscordBot](https://github.com/RogueException/DiscordBot) repo for reference.
### Installation
You can download Discord.Net and its extensions from NuGet:
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
@@ -16,9 +13,10 @@ You can download Discord.Net and its extensions from NuGet:
- [Discord.Net.Audio](https://www.nuget.org/packages/Discord.Net.Audio/)
### Compiling
In order to compile Discord.Net, you require at least the following:
- [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs)
- [Visual Studio 2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
- [Visual Studio .Net Core Plugin](https://www.microsoft.com/net/core#windows)
In order to compile Discord.Net, you require the following:
#### Visual Studio 2015
- [VS2015 Update 2](https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx)
- [.Net Core SDK + VS Plugin](https://www.microsoft.com/net/core#windows)
- NuGet 3.3+ (available through Visual Studio)
#### CLI
- [.Net Core SDK](https://www.microsoft.com/net/core#windows)