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

Better API docs and better PHP 7.4.x support #67

Closed jaredsmith closed 2 years ago

jaredsmith commented 2 years ago

This update generates better API documentation from the OpenAPI specification, explaining that the spec has example parameters in JSON string format, but that the SDK methods want a model or an associative array.

Also, this update removes the use of the mixed type, so that we can support 7.4.x (which doesn't support mixed return types)

Signed-off-by: Jared Smith jsmith@mux.com

tim-hanssen commented 2 years ago

I'll put the branch in our environment, to see if it is running as expected.

jaredsmith commented 2 years ago

I'll give this another day or two for review, then create a new release.