Skip to content

Releases: Datatrics/php-api

SDK version 2.0.5

06 Jan 13:01
Compare
Choose a tag to compare

Update Tests and Github Actions

SDK version 2.0.4

06 Jan 12:30
a7b2edf
Compare
Choose a tag to compare

Fix API Methods

SDK version 2.0.3

05 Apr 09:43
1b7425c
Compare
Choose a tag to compare

Fix HTTP Code 204

SDK version 2.0.2

03 Apr 12:26
19186b1
Compare
Choose a tag to compare

Fix HTTP delete request, including payload

SDK version 2.0.1

18 Dec 09:34
Compare
Choose a tag to compare

Fix HTTP headers

Version 1.03

15 Nov 15:10
Compare
Choose a tag to compare

Url must always contains projectid and apikey

Version 1.02

02 Oct 12:58
Compare
Choose a tag to compare

Added url getters and setters

Usage:

$api->setUrl("http://api.datatrics.com");
$api->getUrl();

Version 1.01

03 Aug 12:12
Compare
Choose a tag to compare

Added default project id option.

Usage:

$api->setProjectId("123456");
$api->getProjectId();