Reorder the methods in WebAPIResource to meet our standards.
Review Request #9684 — Created Feb. 20, 2018 and submitted — Latest diff uploaded
WebAPIResource
's methods have changed a lot over time, and the
resulting class has gotten a bit messy and complicated. In an effort
to begin cleaning some of this up, this change moves a few methods into
their correct locations within the file.
Unit tests pass.