eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
185 stars 88 forks source link

Move next_param handling into `OpenTAXII2PersistenceAPI` #227

Closed erwin-eiq closed 2 years ago

erwin-eiq commented 2 years ago

This was in the wrong place. A parameter that's used to paginate the data coming from the database layer should be defined in the database layer, not the http layer :facepalm: