Jon Ursenbach

Results 56 issues of Jon Ursenbach

If you instantiate a new `Changelog` object with a version object (like say `

bug

``` @api-param:private events (array, required) - An array of live event URIs. ``` There's currently no way to attach an example for `uri` to this.

enhancement

https://api.vimeo.com/channels/:channel_id/privacy/users has a payload of the following: ``` [ {"uri":"/users/:user_id"}, {"uri":"/users/:user_id"}, {"uri":"/users/:user_id"} ] ``` We can document the `uri` bit, but we have no way to document unnamed array payloads....

enhancement

``` /** * @api-data pictures (\App\PictureRepresentation) - The active picture for this video. */ /** * @api-data pictures (array) - The video's thumbnail images * @api-version

enhancement

We should have a `lint` command, that does everything that `generate` does when compiling your documentation. Right now, validation is halted at the first error, so instead of that, this...

enhancement

Creating a `mill.xml` file is a bit... complicated. And tedious. Build an `init` command that will walk you through, wizard-style, everything to set it up. * [ ] Add controller...

enhancement
help wanted

``` * @api-queryParam:public {filter} * + Members * - `embeddable` * - `conditional_featured` - Featured (promoted) videos ``` ``` - description: "The attribute by which to filter the results.\n\nOption descriptions:\n...

bug

```php /** * This method gives multiple users permission to view the specified private video. The body of the request should * follow our [batch request format](https://developer.vimeo.com/api/common-formats#working-with-batch-requests): each * object...

bug

In the Vimeo API reference docs, error descriptions with error codes sometimes appear out of numerical order, such as in https://developer.vimeo.com/api/reference/videos#upload_video Ideally, these error codes would appear in numerical order.

bug