File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 33
44A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification
55
6-
76## Table of Contents
87- [ APEX API C# Security Utility] ( #apex-api-c#-security-utility )
98- [ Getting Started] ( #getting-started )
109 * [ Prerequisites] ( #prerequisites )
11- + [ Installing NUnit Test Adapter] ( installing-nunit )
1210 * [ APIList Interface] ( #using-the-apilist-class )
1311 + [ Generate QueryString] ( #generate-querystring )
1412 + [ Generate FormData] ( #generate-formdata )
@@ -19,7 +17,6 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
1917- [ License] ( #license )
2018- [ References] ( #references )
2119
22-
2320## Getting Started
2421
2522### Prerequisites
@@ -29,9 +26,7 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
2926
3027Make sure that all unit test cases are passed before using the library.
3128
32- #### Installing NUnit
33-
34- ** (Important : Windows Only)**
29+ #### Installing NUnit ** (Important : Windows Only)**
3530
3631For windows users , NUnitTestAdapter have to be installed before you can run the test cases succcessfully.
3732
You can’t perform that action at this time.
0 commit comments