Move WebAPIResource and utility methods into webapi/base.py.

Review Request #4510 — Created Aug. 29, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Move WebAPIResource and utility methods into webapi/base.py.

This introduces a base.py that contains WebAPIResource, and a bunch of
private utility functions from resources.py. Those have moved into
WebAPIResource as utility functions.

Unit tests pass.

    Loading...