~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/webservice/xx-bug.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-12 01:56:30 UTC
  • mfrom: (13404.1.1 revert-13392)
  • Revision ID: launchpad@pqm.canonical.com-20110712015630-mzy3uu3ujp5pqi9e
[release-critical=wgrant][r=wgrant][rollback=13392] Revert r13392. It
 breaks when there are multiple batchnavs on a single page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1841
1841
 
1842
1842
    >>> cves = webservice.get("/bugs/cve").jsonBody()
1843
1843
    >>> pprint_collection(cves)
1844
 
    next_collection_link: u'http://.../bugs/cve?ws.size=5&memo=5&ws.start=5'
 
1844
    next_collection_link: u'http://.../bugs/cve?ws.start=5&ws.size=5'
1845
1845
    resource_type_link: u'http://.../#cves'
1846
1846
    start: 0
1847
1847
    total_size: 10
2130
2130
    >>> activity = webservice.get(
2131
2131
    ...     bug_one['activity_collection_link']).jsonBody()
2132
2132
    >>> pprint_collection(activity)
2133
 
    next_collection_link: u'http://.../bugs/1/activity?ws.size=5&memo=5&ws.start=5'
 
2133
    next_collection_link: u'http://.../bugs/1/activity?ws.start=5&ws.size=5'
2134
2134
    resource_type_link: u'http://.../#bug_activity-page-resource'
2135
2135
    start: 0
2136
2136
    total_size: 25