pycontribs / python-crowd

A python client to the Atlassian Crowd REST API. ❗️seeking-new-maintainer
https://github.com/pycontribs/python-crowd
BSD 2-Clause "Simplified" License
45 stars 41 forks source link

resolve issue-44 search method should support start_index and max_results #45

Closed potus98 closed 6 years ago

potus98 commented 6 years ago

@hdost , et.al.,

This pull request addresses issue-44 "search method should support start_index and max_results"

The change adds support for CROWD API search parameters "start_index" and "max_results" but should still maintain backwards compatibility (or at least not break) existing scripts suing python-crowd module.

Please review and provide any feedback or recommendations. Thank you for your help! -John Christian