Evert Pot

Results 252 comments of Evert Pot

I'd recommend going with the official library: https://code.google.com/p/google-api-php-client/

> Form field cardinality I still think it would be helpful to just add a `multiple` property. Defaults to `false`, if set to true, it means the value should always...

@toedter i would be curious to hear your thoughts on #74 and if it would solve your problem!

> I pretty fundamentally disagree with this. While _embedded can be used for that, it's not specified to be only used for that. The relevant spec section is here, and...

Yes, given a field: ``` { name: 'category', type: 'uri', options: { link: { href: '/category' }, rel: 'item' } } ``` A client might do the following request: ```http...

To expand on that, if our list of HAL categories returns something like this instead: ```http HTTP/1.1 200 OK Content-Type: application/hal+json { "_links": { "self": { "href": "/category" }, "item":...

> the current spec lays out "link" interactions for text/csv and application/json. you are suggesting we need to add support for more media types (HAL directly, Cj Siren, even headers)....

Another comparison I have is the `Prefer-Push` header I've worked on (and now abandoned). https://tools.ietf.org/html/draft-pot-prefer-push-01 This spec was supposed to inform servers what resources to push via HTTP/2, but the...