You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,24 @@
15
15
Created by Hari Haran
16
16
-[StackExchange.NET](#stackexchangenet)
17
17
-[Overview](#overview)
18
+
-[Installation](#installation)
18
19
-[Contributors](#contributors)
19
20
-[Usage](#usage)
20
21
-[Parameter Filters](#parameter-filters)
22
+
-[Contributing](#contributing)
21
23
-[ChangeLogs](#changelogs)
22
-
24
+
23
25
## Overview
24
26
StackExchange.NET is a .NET Standard managed library that provides easy access to the StackExchange APi's with virtually no boilerplate code required.
25
27
26
28
Currently the library supports 18 Endpoints ( As on 11:09:2019) listed in the [API Docs](https://api.stackexchange.com/docs). I will be covering all the other endpoints as well, except those that require Auth.
27
29
28
30
StackExchange.NET is FOSS (MIT License) and written entirely in c#.
29
31
32
+
## Installation
33
+
34
+
Use a NuGet package reference inside your project with the name [`StackExchange.NET`](https://www.nuget.org/packages/StackExchange.NET/) Alternatively, binaries can be pulled from the build server linked above under artifacts or compiled manually from the build folder.
35
+
30
36
## Contributors
31
37
32
38
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -70,6 +76,10 @@ There are different types of parameter filter objects available. Each `Parent Me
70
76
- CommentFilter
71
77
- PostFilter
72
78
79
+
## Contributing
80
+
81
+
If you're looking to contribute, thanks for your interest. Feel free to submit reports for any issues you can find, or request potential features you'd like to see [here](https://github.com/gethari/StackExchange.NET/issues).
82
+
73
83
## ChangeLogs
74
84
## Verison 1.1
75
85
- Improved overall code quality using Fluent API Url Builders
0 commit comments