From 0b7a25884662713fbd1cbfae171521eb23c9ba9a Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Thu, 9 Aug 2018 22:03:14 +0300 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 72a2f7e..de7d979 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,4 +1,26 @@ ## API Navigation * API Methods - * [“auth”](https://github.com/gogetssl/whmcs-addon/wiki/API-Configuration) - * [Addon Feature Setup](https://github.com/gogetssl/whmcs-addon/wiki/Addon-Feature-setup) \ No newline at end of file + * [“auth”](https://github.com/gogetssl/api/wiki/Auth) + * [“addSSLOrder”](#) + * [“addSSLRenewOrder”](#) + * [“addSSLSANOrder”](#) + * [“getOrderStatus”](#) + * [“getOrderInvoice”](#) + * [“getUnpaidOrders”](#) + * [“reIssueSSLOrder”](#) + * [“resendValidationEmail”](#) + * [“cancelSSLOrder”](#) + * [“getAccountBalance”](#) + * [“getAllInvoices”](#) + * [“getAllProducts”](#) + * [“getAllProductPrices”](#) + * [“getProductDetails”](#) + * [“getProductPrice”](#) + * [“getUserAgreement”](#) + * [“getDomainEmails”](#) + * [“getDomainEmailsForGeotrust”](#) + * [“decodeCSR”](#) + * [“getWebservers”](#) + * [“generateCSR”](#) + * [“changeValidationEmail”](#) + * [“getDomainAlternative”](#)