From e5e84a796c3def3063450b5c062fe8ce2f075d2d Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 00:26:57 +0300 Subject: [PATCH] Updated API reference (markdown) --- API-reference.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/API-reference.md b/API-reference.md index 30404ce..ea9f784 100644 --- a/API-reference.md +++ b/API-reference.md @@ -1 +1,6 @@ -TODO \ No newline at end of file +| Namespace | Description | +| --------- | ----------- | +| [SimpleOTP](https://github.com/XFox111/SimpleOTP/wiki/SimpleOTP) | Main namespace with [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService) and [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) classes | +| [SimpleOTP.Models](https://github.com/XFox111/SimpleOTP/wiki/SimpleOTP.Models) | Namespace with data object models | +| [SimpleOTP.Enums](https://github.com/XFox111/SimpleOTP/wiki/SimpleOTP.Enums) | Namespace with type enumerations | +| [SimpleOTP.Helpers](https://github.com/XFox111/SimpleOTP/wiki/SimpleOTP.Helpers) | Namespace with supplementary service classes | \ No newline at end of file