aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index e216806..59ba87c 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
An incomplete phpIPAM API implementation in python.
-Refer to the [API Doc](https://phpipam.net/api-documentation/) for data layout.
-
```
import phpipam_api
@@ -17,10 +15,13 @@ data = ipam.<controller>.<operation>(<arguments>)
```
All functions return a dictionary object or a list of dictionary objects.
+Refer to the [API Doc](https://phpipam.net/api-documentation/) for data layout.
If an error is encountered, an exception is raised.
## Controllers
+Functions shared by all controllers:
+
* `get()` returns all obejcts in in controller
* `byID(object_id=<object id>)` get specific obejct by ID
* `create(data=<data>)`
@@ -61,9 +62,9 @@ If an error is encountered, an exception is raised.
### prefix
-requires
+## requires
- dateutil
- requests
+* `dateutil`
+* `requests`
License: MIT