elthran / UDK

A text-based empire strategy game
0 stars 0 forks source link

Add a proper Serializer instead of using jsonify #14

Open elthran opened 3 years ago

elthran commented 3 years ago

Add a proper Serializer instead of using jsonify, and apply it to the APIs

Outline:

  1. Basic serializer framework (https://github.com/elthran/UDK/pull/20)
  2. Basic model serializers (https://github.com/elthran/UDK/pull/30)
  3. Custom Response class.
  4. CamelCasing of response keys? (might be part of 2).