Updated _Sidebar (markdown)

master
Victor Aleksejevs 2018-08-09 22:07:21 +03:00
parent 0b7a258846
commit 3494bcc1d5
1 changed files with 29 additions and 25 deletions

@ -1,26 +1,30 @@
## API Navigation ## API Navigation
* API Methods ### API Methods
* [“auth”](https://github.com/gogetssl/api/wiki/Auth) * [“auth”](https://github.com/gogetssl/api/wiki/Auth)
* [“addSSLOrder”](#) * [“addSSLOrder”](#)
* [“addSSLRenewOrder”](#) * [“addSSLRenewOrder”](#)
* [“addSSLSANOrder”](#) * [“addSSLSANOrder”](#)
* [“getOrderStatus”](#) * [“cancelSSLOrder”](#)
* [“getOrderInvoice”](#) * [“changeValidationEmail”](#)
* [“getUnpaidOrders”](#) * [“decodeCSR”](#)
* [“reIssueSSLOrder”](#) * [“getOrderStatus”](#)
* [“resendValidationEmail”](#) * [“getOrderInvoice”](#)
* [“cancelSSLOrder”](#) * [“getUnpaidOrders”](#)
* [“getAccountBalance”](#) * [“getAccountBalance”](#)
* [“getAllInvoices”](#) * [“getAllInvoices”](#)
* [“getAllProducts”](#) * [“getAllProducts”](#)
* [“getAllProductPrices”](#) * [“getAllProductPrices”](#)
* [“getProductDetails”](#) * [“getDomainAlternative”](#)
* [“getProductPrice”](#) * [“getDomainEmails”](#)
* [“getUserAgreement”](#) * [“getDomainEmailsForGeotrust”](#)
* [“getDomainEmails”](#) * [“getProductDetails”](#)
* [“getDomainEmailsForGeotrust”](#) * [“getProductPrice”](#)
* [“decodeCSR”](#) * [“getUserAgreement”](#)
* [“getWebservers”](#) * [“getWebservers”](#)
* [“generateCSR”](#) * [“generateCSR”](#)
* [“changeValidationEmail”](#) * [“reIssueSSLOrder”](#)
* [“getDomainAlternative”](#) * [“resendValidationEmail”](#)