aboutsummaryrefslogtreecommitdiff
path: root/php-client
AgeCommit message (Collapse)Author
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
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