Skip to content
Stephan Saalfeld edited this page Jul 8, 2016 · 5 revisions

Generates ranges of unique identifiers.

We use a simple Python implementation.

##Protocol

  • request a range of n ids (e.g. 100)
{"count" : 100
}
  • answer to ids request specifies the range by [begin, end]
{"begin": 245,
 "end": 345
}
Clone this wiki locally