aboutsummaryrefslogtreecommitdiff
path: root/php-client/class.phpipam-api.php
AgeCommit message (Collapse)Author
2020-03-18Merge pull request #21 from josephtingiris/masterGravatar Miha Petkovsek
multiple patches
2020-01-16Update class.phpipam-api.phpGravatar Rico29
replace deprecated mcrypt_encrypt by openssl_encrypt. API with php7 is broken
2018-09-21replace random tabs with (4) spaces, add Content-Length header to ↵Gravatar jtingiris@dt
authorization (fixes apache 2.4 sending 400 for Content-Length: -1), trim newline in token (fixes nginx sending 400 for CR/LF in token), if not GET then add json_encode($params) to CURLOPT_POSTFIELDS
2017-07-10When there is no connection create oneGravatar Park0
When there is no connection create one
2017-07-10Fixed typoGravatar Park0
Fixed typo
2016-11-23Added response headers to API->response_headersGravatar Miha Petkovsek
2016-11-15Merge branch 'master' of https://github.com/phpipam/phpipam-api-clientsGravatar Miha Petkovsek
2016-11-15Extended timeout from 4 to 30 secondsGravatar Miha Petkovsek
2016-08-24fix error where api identifiers were lingering between callsGravatar alastair.mayer
2016-08-05fix id counter in phpipam_api_client classGravatar alastair.mayer
2016-07-13Added urlencode to encrypted parametersGravatar Miha Petkovsek
2016-07-12Controller for OPTIONS can be falseGravatar Miha Petkovsek
2016-06-22Working php API client with exampleGravatar Miha Petkovsek
2016-01-20Init php clientGravatar phpipam.net