Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Releases: x-sunsetted-Datatrics/php-api

SDK version 2.0.5

Choose a tag to compare

@nettob nettob released this 06 Jan 13:01

Update Tests and Github Actions

SDK version 2.0.4

Choose a tag to compare

@nettob nettob released this 06 Jan 12:30
a7b2edf

Fix API Methods

SDK version 2.0.3

Choose a tag to compare

@nettob nettob released this 05 Apr 09:43
1b7425c

Fix HTTP Code 204

SDK version 2.0.2

Choose a tag to compare

@nettob nettob released this 03 Apr 12:26
19186b1

Fix HTTP delete request, including payload

SDK version 2.0.1

Choose a tag to compare

@nettob nettob released this 18 Dec 09:34

Fix HTTP headers

Version 1.03

Choose a tag to compare

@nettob nettob released this 15 Nov 15:10

Url must always contains projectid and apikey

Version 1.02

Choose a tag to compare

@pepijnijben pepijnijben released this 02 Oct 12:58

Added url getters and setters

Usage:

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

Version 1.01

Choose a tag to compare

@pepijnijben pepijnijben released this 03 Aug 12:12

Added default project id option.

Usage:

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