Skip to content

Releases: woganmay/domo-php

v0.3: DataSet API

16 Jul 08:14
e8baf89
Compare
Choose a tag to compare

This release adds the DataSet API, with all 13 methods for working with DataSets and their associated PDPs.

v0.2.2: Guzzle 7.0

08 Jul 11:37
34897d6
Compare
Choose a tag to compare

Releasing this ahead of starting work on v0.3.0. The only relevant changes:

  • guzzle/guzzlehttp version changed from 6.3.0 to ^7.0

No other changes yet!

2018 API update 2

18 May 14:13
Compare
Choose a tag to compare

This is an incremental release to add the Streams endpoints + related documentation. Nothing in this release breaks backwards compatibility.

The domo-php library is now at feature parity with the Domo.com API. Future releases will track changes in the official API.

2018 API update 1

03 May 23:27
Compare
Choose a tag to compare

This is a breaking release - the structure of the library itself was re-done to account for multiple API endpoints in a consistent format. The structure established in v0.2.0 will be maintained for the foreseeable future.

This release adds a whole bunch:

  • New library structure (API and Helpers)
  • New endpoints for Activity Logs, Groups, Pages and User management
  • New helpers for building PDP filters and DataSet schemas
  • Full documentation hosted on Read The Docs

The goal is to reach parity with Domo's API as of Q2 2018. There will be another release (v0.2.1) to add support for the Streams API.