diff options
author | Miha Petkovsek <miha.petkovsek@gmail.com> | 2016-06-22 10:51:47 +0200 |
---|---|---|
committer | Miha Petkovsek <miha.petkovsek@gmail.com> | 2016-06-22 10:51:47 +0200 |
commit | 1503de4a313c30cacc912b9eb0a55c5422f8e849 (patch) | |
tree | 03c861abf887765e9b52976515881f2c0f306ce3 /php-client/.gitignore | |
parent | b05c2d3ec69e60a5f25cf309e30ff591c992228b (diff) | |
download | phpipam-api-clients-1503de4a313c30cacc912b9eb0a55c5422f8e849.tar.gz |
Working php API client with example
Diffstat (limited to 'php-client/.gitignore')
-rw-r--r-- | php-client/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-client/.gitignore b/php-client/.gitignore new file mode 100644 index 0000000..8c862d4 --- /dev/null +++ b/php-client/.gitignore @@ -0,0 +1,2 @@ +api-config.php +token.txt |