crchemist / cit

Civic Issue Tracker
GNU General Public License v3.0
1 stars 6 forks source link

api call for reporting issue #131

Closed crchemist closed 9 years ago

crchemist commented 9 years ago
POST /issues/
in: {'description': <some description>, coordinates: <coord in appropriate format(ask Mykola)>}
out: {'id': <issue-id>}
crchemist commented 9 years ago

get reporter from g.user

IvanHreskiv commented 9 years ago

I will