aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-07-27 11:30:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-07-27 11:30:01 -0400
commitcd7d9f3ec65737b96c713b1b84ef972e901c4ea3 (patch)
tree648f24ddcc9d25d9a05832bd27b15c72bb86805c /lib/Net.Rest.Client
parent1074db64cc7bae103240ff1220d50d1958b7a900 (diff)
readme updates, VS solution added for faster builds
Diffstat (limited to 'lib/Net.Rest.Client')
-rw-r--r--lib/Net.Rest.Client/README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/lib/Net.Rest.Client/README.md b/lib/Net.Rest.Client/README.md
index 132c590..c3e7210 100644
--- a/lib/Net.Rest.Client/README.md
+++ b/lib/Net.Rest.Client/README.md
@@ -1,4 +1,18 @@
# VNLib.Net.Rest.Client
-#### Builds
-Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file. \ No newline at end of file
+Provides helpful extensions for rapid development of rest client libraries. Thread safe client pooling, endpoint construction framework, and OAuth2 authentication implementation.
+
+### Third party deps
+This library relies on the [RestSharp](https://github.com/restsharp/RestSharp) rest client library. This may change in the future for a higher-performance alternative, but for now I really like RestSharp and it is currently well supported.
+
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+
+## Docs and Guides
+Documentation, specifications, and setup guides are available on my website.
+
+[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_vnlib.net.rest.client)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core)
+
+## License
+The software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file