Skip to content

Commit e4b9959

Browse files
committed
Update README.md
1 parent f996c9f commit e4b9959

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

README.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
11
SSLLWrapper
22
===========
33

4-
SSLLWrapper stands for SSL Labs Wrapper and is .NET Wrapper For SSL Labs' public Api.
4+
SSLLWrapper stands for SSL Labs Wrapper which I believe is the first .NET wrapper developed for the new [SSL Labs' Assessment API's](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) that allow the comsumer to test SSL servers on the public internet.
55

6-
The wrapper and documentation is currently still in the early stages of development. I will update the documentation as soon a beta release is ready.
6+
** Notes **
7+
- SSL Labs' Assessment API's are currently still in development and are subject to change.
8+
- The wrapper is currently still in development aswell though is in a functional beta stage.
9+
- The wrapper will be available as NuGet package shortly.
10+
- The wrapper does **NOT** use web scrapping like other wrappers which don't use the assesment API's.
711

8-
Written by Ashley Poole
9-
www.ashleypoole.co.uk
12+
## Wrapper Usage
13+
14+
### Methods
15+
**Info()**
16+
17+
**Anaylze()**
18+
19+
**GetEndpointDetails()**
20+
21+
**GetStatusCodes()**
22+
23+
### Response Objects
24+
**Info**
25+
26+
**Anaylze**
27+
28+
**Endpoint**
29+
30+
**StatusDetails**
31+
32+
## Author
33+
Ashley Poole - www.ashleypoole.co.uk.
34+
35+
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

Comments
 (0)