Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usare verify_json per gli address #94

Open
GendoIkari opened this issue Jun 20, 2017 · 0 comments
Open

Usare verify_json per gli address #94

GendoIkari opened this issue Jun 20, 2017 · 0 comments
Assignees

Comments

@GendoIkari
Copy link
Contributor

GendoIkari commented Jun 20, 2017

Adesso abbiamo gli Schema di marshmallow, e in classe base models BaseModel abbiamo verify_json (classmethod). Possiamo cominciare a sostituire i vari request parse con la verify_json, partendo appunto da address.
Notando che:

  1. stiamo usando marshmallow per gli schema, schemas.py
  2. stiamo usando jsonschema per la validazione del json, in particolare jsonschema.validate che ritorna una ValidationError se il json non e' conforme allo schema.
  3. possiamo prendere il messaggio di errore dall'eccezione (in un try...except) e ritornare BAD_REQUEST e il messaggio se il json dato dal client non e' valido
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants