osmlab / maproulette-python-client

MapRoulette Client Library for Python
https://maproulette-python-client.readthedocs.io
Apache License 2.0
11 stars 12 forks source link

Added keywords property to challenge model #53

Closed mattmanley closed 4 years ago

mattmanley commented 4 years ago

Description:

This PR adds a "keywords" property to the Challenge Model. This will allow the user to specify keywords when creating a new challenge via a model. While these strings are called keywords in the UI, the API expects the property to be called "tags", hence the discrepancy in the to_dict method.

Potential Impact:

N/A

Unit Test Approach:

Tox

Test Results:

Tox tests passed.