Skip to content

Commit

Permalink
Merge branch 'next-version' of github.com:gregocgt/SOLIDserverRest
Browse files Browse the repository at this point in the history
  • Loading branch information
gregocgt committed Jun 13, 2019
2 parents 1c0aca3 + 1c4652f commit a69b09d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -80,7 +80,7 @@ Methods are organized to match the ontology used in SOLIDServer, you will find:
More information about supported methods in the [specific document](docs/METHODS.md)

## Supported SDS modules in methods are:
-ip (IPAM - IP Address Management)
-dns (DNS - RR Management)
-app (Application Acces - GSLB Management)
* ip (IPAM - IP Address Management)
* dns (DNS - RR Management)
* app (Application Acces - GSLB Management)
-
2 changes: 1 addition & 1 deletion SOLIDserverRest/SOLIDserverRest.py
Expand Up @@ -31,7 +31,7 @@


class SOLIDserverRest:
""" main SSD class """
""" main SDS class """
CNX_NATIVE = 1
CNX_APIKEY = 2
CNX_BASIC = 3
Expand Down

0 comments on commit a69b09d

Please sign in to comment.