Diff of Infrastructure And Operations/Njalla at 5117b32

diff --git a/infrastructure_and_operations/njalla.myco b/infrastructure_and_operations/njalla.myco
index 9e95269..0cc3d3d 100644
--- a/infrastructure_and_operations/njalla.myco
+++ b/infrastructure_and_operations/njalla.myco
@@ -1,2 +1,2 @@
-NJALLA API Documentation
+## NJALLA API Documentation
 
@@ -4,4 +4,8 @@ Copy pasted from njal.la because they require you to login to view the docs and
 
-API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.You can use session cookies or token based authentication.POST JSON body to the API Endpoint:
+API Endpoint: **<https://njal.la/api/1/>**\
+Requests follow the JSON-RPC 2.0 protocol.\
+You can use session cookies or token based authentication.\
+POST JSON body to the API Endpoint:
 
+```
 {
@@ -12,2 +16,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 }
+```
 
@@ -15,2 +20,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 
+```
 {
@@ -20,2 +26,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 }
+```
 
@@ -23,2 +30,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 
+```
 {
@@ -31,2 +39,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 }
+```
 
@@ -34,2 +43,3 @@ API Endpoint: https://njal.la/api/1/Requests follow the JSON-RPC 2.0 protocol.Yo
 
+```
 import requests
@@ -53,3 +63,3 @@ print(njalla('list-domains'))
 print(njalla('get-domain', domain='example.com'))
-
+```
 
@@ -57,2 +67,3 @@ print(njalla('get-domain', domain='example.com'))
 
+```
 NJALLA_TOKEN='<your-api-token>'
@@ -64,7 +75,7 @@ curl -s \
     https://njal.la/api/1/
+```
 
+# api
 
-api
-
-add-token
+**add-token**
 
@@ -72,2 +83,3 @@ Add a new API token
 
+```
 params: {
@@ -80,4 +92,5 @@ returns: {
 }
+```
 
-check-task
+**check-task**
 
@@ -85,2 +98,3 @@ Check status of a long running task
 
+```
 params: {
@@ -92,4 +106,5 @@ returns: {
 }
+```
 
-edit-token
+**edit-token**
 
@@ -97,2 +112,3 @@ Edit API token
 
+```
 params: {
@@ -106,4 +122,5 @@ returns: {
 }
+```
 
-list-tokens
+**list-tokens**
 
@@ -111,2 +128,3 @@ List existing API autorization tokens.
 
+```
 params: {
@@ -116,4 +134,5 @@ returns: {
 }
+```
 
-remove-token
+**remove-token**
 
@@ -121,2 +140,3 @@ Remove an existing API token
 
+```
 params: {
@@ -126,6 +146,7 @@ returns: {
 }
+```
 
-domain
+# domain
 
-add-dnssec
+**add-dnssec**
 
@@ -133,2 +154,3 @@ Add DNSSEC record for domain
 
+```
 params: {
@@ -147,2 +169,3 @@ returns: {
 }
+```
 
@@ -152,2 +175,3 @@ Add email forward
 
+```
 params: {
@@ -162,4 +186,5 @@ returns: {
 }
+```
 
-add-glue
+**add-glue**
 
@@ -167,2 +192,3 @@ Add glue record for the domain, name is the subdomain
 
+```
 params: {
@@ -175,4 +201,5 @@ returns: {
 }
+```
 
-add-record
+**add-record**
 
@@ -180,2 +207,3 @@ Add new DNS Record to domain
 
+```
 params: {
@@ -196,4 +224,5 @@ returns: {
 }
+```
 
-edit-domain
+**edit-domain**
 
@@ -201,2 +230,3 @@ Edit domain configuration
 
+```
 params: {
@@ -216,4 +246,5 @@ returns: {
 }
+```
 
-edit-glue
+**edit-glue**
 
@@ -221,2 +252,3 @@ Edit glue record
 
+```
 params: {
@@ -229,4 +261,5 @@ returns: {
 }
+```
 
-edit-record
+**edit-record**
 
@@ -234,2 +267,3 @@ Edit DNS Record
 
+```
 params: {
@@ -241,4 +275,5 @@ returns: {
 }
+```
 
-find-domains
+**find-domains**
 
@@ -246,2 +281,3 @@ Find new domains
 
+```
 params: {
@@ -254,4 +290,5 @@ returns: {
 }
+```
 
-get-domain
+**get-domain**
 
@@ -259,2 +296,3 @@ Get information about one of your domains
 
+```
 params: {
@@ -266,4 +304,5 @@ returns: {
 }
+```
 
-get-tlds
+**get-tlds**
 
@@ -271,2 +310,3 @@ Get list of supported TLDs
 
+```
 params: {
@@ -276,4 +316,5 @@ returns: {
 }
+```
 
-import-zone
+**import-zone**
 
@@ -281,2 +322,3 @@ Import BIND zone file
 
+```
 params: {
@@ -287,4 +329,5 @@ returns: {
 }
+```
 
-list-dnssec
+**list-dnssec**
 
@@ -292,2 +335,3 @@ List DNSSEC records for domain
 
+```
 params: {
@@ -298,4 +342,5 @@ returns: {
 }
+```
 
-list-domains
+**list-domains**
 
@@ -303,2 +348,3 @@ Get list of your domains
 
+```
 params: {
@@ -308,4 +354,5 @@ returns: {
 }
+```
 
-list-forwards
+**list-forwards**
 
@@ -313,2 +360,3 @@ List existing email forwards
 
+```
 params: {
@@ -319,4 +367,5 @@ returns: {
 }
+```
 
-list-glue
+**list-glue**
 
@@ -324,2 +373,3 @@ List glue records for domain
 
+```
 params: {
@@ -330,4 +380,5 @@ returns: {
 }
+```
 
-list-records
+**list-records**
 
@@ -335,2 +386,3 @@ List DNS records for given domain
 
+```
 params: {
@@ -341,4 +393,5 @@ returns: {
 }
+```
 
-register-domain
+**register-domain**
 
@@ -346,2 +399,3 @@ Register a new domain
 
+```
 params: {
@@ -354,4 +408,5 @@ returns: {
 use check-task for response
+```
 
-remove-dnssec
+**remove-dnssec**
 
@@ -359,2 +414,3 @@ Remove DNSSEC record from domain
 
+```
 params: {
@@ -365,4 +421,5 @@ returns: {
 }
+```
 
-remove-forward
+**remove-forward**
 
@@ -370,2 +427,3 @@ Remove email forward
 
+```
 params: {
@@ -377,4 +435,5 @@ returns: {
 }
+```
 
-remove-glue
+**remove-glue**
 
@@ -382,2 +441,3 @@ Remove glue record
 
+```
 params: {
@@ -388,4 +448,5 @@ returns: {
 }
+```
 
-remove-record
+**remove-record**
 
@@ -393,2 +454,3 @@ Remove DNS Record
 
+```
 params: {
@@ -399,4 +461,5 @@ returns: {
 }
+```
 
-renew-domain
+**renew-domain**
 
@@ -404,2 +467,3 @@ Renew one of your domains
 
+```
 params: {
@@ -412,9 +476,11 @@ returns: {
 use check-task for response
+```
 
-server
+# server
 
-add-server
+**add-server**
 
-Create a new server with the given name, type, os and ssh_key. Returns an id of the newly created server
+Create a new server with the given name, type, os and ssh\_key. Returns an id of the newly created server
 
+```
 params: {
@@ -429,4 +495,5 @@ returns: {
 }
+```
 
-edit-server
+**edit-server**
 
@@ -434,2 +501,3 @@ Edit an existing server identified by id
 
+```
 params: {
@@ -444,4 +512,5 @@ returns: {
 }
+```
 
-get-server
+**get-server**
 
@@ -449,2 +518,3 @@ Returns information about one of your servers
 
+```
 params: {
@@ -455,4 +525,5 @@ returns: {
 }
+```
 
-list-server-images
+**list-server-images**
 
@@ -460,2 +531,3 @@ Returns a list of server images that can be used for new servers
 
+```
 params: {
@@ -465,4 +537,5 @@ returns: {
 }
+```
 
-list-server-types
+**list-server-types**
 
@@ -470,2 +543,3 @@ Returns a list of server types that can be used for new servers
 
+```
 params: {
@@ -475,4 +549,5 @@ returns: {
 }
+```
 
-list-servers
+**list-servers**
 
@@ -480,2 +555,3 @@ Retuns a list of your servers
 
+```
 params: {
@@ -485,4 +561,5 @@ returns: {
 }
+```
 
-remove-server
+**remove-server**
 
@@ -490,2 +567,3 @@ Remote an existing server, your server will be stopped and all data deleted.
 
+```
 params: {
@@ -496,4 +574,5 @@ returns: {
 }
+```
 
-renew-server
+**renew-server**
 
@@ -501,2 +580,3 @@ Renew an existing server identified by id, your wallet must have enough credit t
 
+```
 params: {
@@ -508,7 +588,9 @@ returns: {
 }
+```
 
-reset-server
+**reset-server**
 
-Reset existing server and reinstall the given os. All data will be lost. Required field: id
+Reset existing server and reinstall the given os. All data will be lost. Required field: `id`
 
+```
 params: {
@@ -521,4 +603,5 @@ returns: {
 }
+```
 
-restart-server
+**restart-server**
 
@@ -526,2 +609,3 @@ Restart existing server
 
+```
 params: {
@@ -532,4 +616,5 @@ returns: {
 }
+```
 
-start-server
+**start-server**
 
@@ -537,2 +622,3 @@ Start existing server
 
+```
 params: {
@@ -543,4 +629,5 @@ returns: {
 }
+```
 
-stop-server
+**stop-server**
 
@@ -548,2 +635,3 @@ Stop existing server
 
+```
 params: {
@@ -554,6 +642,7 @@ returns: {
 }
+```
 
-user
+# user
 
-login
+**login**
 
@@ -561,2 +650,3 @@ Login into an existing account (cookie based session). Consider using API tokens
 
+```
 params: {
@@ -567,4 +657,5 @@ returns: {
 }
+```
 
-logout
+**logout**
 
@@ -572,2 +663,3 @@ Logout and end your current session
 
+```
 params: {
@@ -576,6 +668,7 @@ returns: {
 }
+```
 
-vpn
+# vpn
 
-add-vpn
+**add-vpn**
 
@@ -583,2 +676,3 @@ Add a new VPN client Returns an id
 
+```
 params: {
@@ -591,4 +685,5 @@ returns: {
 }
+```
 
-edit-vpn
+**edit-vpn**
 
@@ -596,2 +691,3 @@ Edit an existing VPN identified by id
 
+```
 params: {
@@ -606,4 +702,5 @@ returns: {
 }
+```
 
-get-vpn
+**get-vpn**
 
@@ -611,2 +708,3 @@ Returns information about VPN
 
+```
 params: {
@@ -617,4 +715,5 @@ returns: {
 }
+```
 
-list-vpns
+**list-vpns**
 
@@ -622,2 +721,3 @@ Retuns a list of your VPNs
 
+```
 params: {
@@ -627,4 +727,5 @@ returns: {
 }
+```
 
-remove-vpn
+**remove-vpn**
 
@@ -632,2 +733,3 @@ Remote an existing VPN
 
+```
 params: {
@@ -638,4 +740,5 @@ returns: {
 }
+```
 
-renew-vpn
+**renew-vpn**
 
@@ -643,2 +746,3 @@ Renew an existing VPN identified by id, your wallet must have enough credit to c
 
+```
 params: {
@@ -650,4 +754,5 @@ returns: {
 }
+```
 
-wallet
+# wallet
 
@@ -657,2 +762,3 @@ Refill your wallet
 
+```
 params: {
@@ -666,2 +772,3 @@ returns: {
 }
+```
 
@@ -669,2 +776,3 @@ get-balance
 
+```
 params: {
@@ -674,2 +782,3 @@ returns: {
 }
+```
 
@@ -679,2 +788,3 @@ Get details about a payment
 
+```
 params: {
@@ -689,2 +799,3 @@ returns: {
 }
+```
 
@@ -694,2 +805,3 @@ List transactions (payments, registrations, renewals, etc..) of the last 90 days
 
+```
 params: {
@@ -699,2 +811,2 @@ returns: {
 }
-
+```
\ No newline at end of file