Sha256: e0915e9609a581d36d4af3564b83f50a87620d30045a7597cfd68bdc4c3eddbd

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

While no-pagination would be nice I can understand why it exists. If you have 100s of tickets then you're going to have an absolutely huge XML file to generate and load. The easy way to work through is:

if (number of tickets on page == 30) {
     get next page
} else {
     got all tickets
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
splam-0.1.1 test/fixtures/comment/ham/api-5.txt
splam-0.2.0 test/fixtures/comment/ham/api-5.txt
splam-0.1.0 test/fixtures/comment/ham/api-5.txt