Álvaro Justen

Results 242 comments of Álvaro Justen

The serializer/deserializer objects may need more information, like some stored inside `RestAPI` object. It will be needed, for example, when you serialize an object but inside this serialization you need...

A little change: if the method run is `RestResource.edit`, and **object instance** (instead of _model class_) should be passed to `SerializerDeserializer.deserialize_object` (the same is valid for `SerializerDeserializer.deserialize_collection`).

`SerializerDeserializer.serialize_object` and `SerializerDeserializer.serialize_collection` should also accept optional parameters `fields` and `exclude`, as `flask_peewee.serializer.Serializer.serialize_object` currently supports.

I've started [the branch feature/flexible-content-types on my fork](https://github.com/turicas/flask-peewee/tree/feature/flexible-content-types) to work on this specification - it will need a big rewrite in many things! Can you please change the assignee of...

@basicallydan, first of all, thanks! :-) One possible solution is to create a [http-proxy](https://github.com/nodejitsu/node-http-proxy/) on top of Interfake that does all the content-type thing, so we don't need to modify...

Yep! The idea is to put on the proxy module the responsability on detecting the `Accept` header and serializing (from JSON) to other formats if needed before delivering the response...

Sorry, I don't have enough time to maintain this project anymore - it's pretty out of update and I'm sure that are other (more up-to-date) options.

Ainda não revisei tudo, mas gostaria de ter as legendas aprimoradas com relação à documentação em markdown que fiz para o dataset covid19 (o ícone de "busca" funcionou bem no...

Talvez a documentação de https://www.doi.org/ possa gerar alguma ideia.

> Vc tem algo particular em mente? Não, a ideia era só ler a doc deles para ter referências e confirmar se o caminho que estamos seguindo é o melhor...