Skip to content

Better handling of the REST API plumbing.

Barry Warsaw requested to merge warsaw/mailman:api-flow into master
  • Add a version_info field which is a better way to do ordered comparisions of the API version.
  • All subresources now get their .api attribute set automatically, if they are passed back through the ObjectRouter. No more fiddling with context['api'] (unless of course, they don't make a roundtrip through the main ObjectRouter loop.

Merge request reports