Skip to content

Make the serializer JSON independent to further comply with "clean architecture" #53

@Createdd

Description

@Createdd

See file here

See the discussion on this issue on Slack

Right now the Response is JSON dependent (end of the file):

return Response(
        json.dumps(response.value, cls=ser.ArxivDocEncoder),
        mimetype="application/json",
        status=STATUS_CODES[response.type],
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions