Asbjørn Ulsberg

Results 545 comments of Asbjørn Ulsberg

Haha, everything broke! 😄 Okay, need to look at this another day. 💤 😴

We already have some sort of validation in the `ClientLibGenerator`, don't we? I vaguely remember putting in something like that at some point. It would at least make sense to...

[Tavis.HttpCache](https://github.com/tavis-software/Tavis.HttpCache) is another option.

> To enable this the server side needs proper caching support, right? Yes. > This just implements HttpClient, so should be possible to use by just passing it to the...

I think JSON Patch has less surprises, although it's more complex than our home brewed format. That's why I say "intuitive"; I don't mean to say it's simpler. It is...

A good reason to implement JSON Patch would be for non-native Pomona clients to integrate with the server more easily. Seeing how there's [implementations](http://jsonpatch.com/#libraries) in [JavaScript](http://jsonpatchjs.com/), [Python](https://github.com/stefankoegl/python-json-patch), [PHP](https://github.com/mikemccabe/json-patch-php), [Ruby](https://rubygems.org/gems/json_patch), [Perl](https://github.com/zigorou/perl-json-patch),...

@BeeWarloc I don't see how the query string and its OData compliance is relevant to the serialization format of the HTTP body?