1- # APEX API C$ Security Utility
1+ # APEX API C# Security Utility
22[ ![ Build Status] ( https://travis-ci.org/GovTechSG/csharp-apex-api-security.svg?branch=master )] ( https://travis-ci.org/GovTechSG/csharp-apex-api-security )
33
44A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification
@@ -8,12 +8,12 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
88- [ APEX API C# Security Utility] ( #apex-api-c#-security-utility )
99- [ Getting Started] ( #getting-started )
1010 * [ Prerequisites] ( #prerequisites )
11- + [ Installing NUnit Testing Framework Adapter] ( installing-nunittestadapter )
11+ + [ Installing NUnit Test Adapter] ( installing-nunit )
1212 * [ APIList Interface] ( #using-the-apilist-class )
1313 + [ Generate QueryString] ( #generate-querystring )
1414 + [ Generate FormData] ( #generate-formdata )
15- * [ Constructing HMAC256 L1 Authorization Header] ( #how-to-generate-the- hmac256-l1-authorization-header )
16- * [ Constructing RSA256 L2 Authorization Header] ( #how-to-generate-the- rsa256-l2-authorization-header )
15+ * [ Constructing HMAC256 L1 Authorization Header] ( #how-to-generate-hmac256-l1-authorization-header )
16+ * [ Constructing RSA256 L2 Authorization Header] ( #how-to-generate-rsa256-l2-authorization-header )
1717- [ Release] ( #release )
1818- [ Contributing] ( #contributing )
1919- [ License] ( #license )
@@ -29,7 +29,7 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
2929
3030Make sure that all unit test cases are passed before using the library.
3131
32- #### Installing NUnitTestAdapter
32+ #### Installing NUnit
3333
3434** (Important : Windows Only)**
3535
@@ -73,7 +73,7 @@ The ApiUtilLib Library provide the utility class ApiList to construct request Qu
7373 // phoneNo=%2B1+1234+4567+890&street=Hellowood+Street&state=AP
7474```
7575
76- ### How to Generate the HMAC256 L1 Authorization Header
76+ ### How to Generate HMAC256 L1 Authorization Header
7777```
7878public static void L1Sample()
7979{
@@ -124,7 +124,7 @@ public static void L1Sample()
124124}
125125```
126126
127- ### How to Generate the RSA256 L2 Authorization Header
127+ ### How to Generate RSA256 L2 Authorization Header
128128```
129129public static void L2Sample()
130130{
0 commit comments