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-58Lines changed: 11 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ SSLLWrapper stands for SSL Labs Wrapper which is the first publicly available .N
6
6
This wrapper easies the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.
7
7
8
8
**Notes**
9
-
- SSL Labs' Assessment API's are currently still in development and are subject to change.
10
-
- The wrapper is currently still in development as well though is in a functional beta stage.
9
+
- SSL Labs' Assessment API's are currently still in development and are subject to change. This therefore may impact the wrapper though updates will be provided.
11
10
- The wrapper does **NOT** use web scrapping like other wrappers which don't use the assessment API's.
11
+
- This documentation is for v1.0.2 release.
12
12
13
13
### NuGet Package
14
14
The wrapper can easily be imported into your project using the [SSLLWrapper NuGet package](https://www.nuget.org/packages/SSLLWrapper/). The NuGet install command for this package is:
@@ -18,10 +18,10 @@ The wrapper can easily be imported into your project using the [SSLLWrapper NuGe
18
18
### Wrapper Usage
19
19
When creating a new instance of SSLLWrapper you must supply the API url during the initialization. For example in C# this would be expressed as the following:
- Flesh out SSLWrapper.Tests project to ensure as most code as appropriate is tested
220
-
- General refractor
172
+
- Flesh out SSLWrapper.Tests
221
173
222
174
### Author
223
175
Ashley Poole - www.ashleypoole.co.uk.
176
+
224
177
[SSLWrapper project's home page](http://www.ashleypoole.co.uk/ssllwrapper?utm_source=github&utm_medium=githubproject&utm_campaign=ssllwrapper)
225
178
226
179
Please contact me if you have any questions, issues or recommendations either via [my website](http://www.ashleypoole.co.uk), [Twitter](http://twitter.com/geekypants92) or [by email](mailto:[email protected]).
0 commit comments