From ba5b799d5d91b4267a24502aba109383a1daf8fe Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 13 Jan 2021 21:32:20 +0100 Subject: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 985068d..e216806 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# phpipam +# phpipam-api An incomplete phpIPAM API implementation in python. Refer to the [API Doc](https://phpipam.net/api-documentation/) for data layout. ``` -import phpipam +import phpipam_api -ipam = phpipam.PhpipamAPI("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word") +ipam = phpipam_api.PhpipamAPI("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word") ``` Usage: -- cgit v1.2.3