Add a link in the HostingService API to related accounts.

Review Request #5889 — Created May 28, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
c02aa3f...

Reviewers

The HostingService resource now links to the HostingServiceAccounts
resource in order to easily query all accounts associated with that
service.

This required adding some filtering abilities to HostingServiceAccounts.
Callers can now filter on username or on the service ID.

Unit tests pass.

Manually verified that the filtering works and that links were pointing to
the right places.

    Loading...