muxinc / mux-php

Official Mux API wrapper for PHP projects, supporting both Mux Data and Mux Video.
MIT License
40 stars 30 forks source link

Add/update listDimensionValues() filter criteria/format for clarity #35

Closed aminamos closed 3 years ago

aminamos commented 3 years ago

Ensure that array methods fit expectations for - https://github.com/muxinc/mux-php/blob/master/docs/Api/DimensionsApi.md

Working example: $dimensionValues = $dimensionsApi->listDimensionValues("browser", ["timeframe" => ["30:days"], 'filters' => ['region:Washington']]);

This example isn't listed in the README or API example

philcluff commented 3 years ago

Merged! Thanks!