mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

doc: missing self on CustomSerializer serialize #33

Closed ajite closed 2 years ago

ajite commented 2 years ago

It was missing the self attribute in the CustomSerializer serialize method. Change GET_SINGLE to GET_RESOURCE in the doc.