pytition / Pytition

Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
100 stars 28 forks source link

Allow to fetch petition metadata via XMLHttpRequest ajax API #205

Closed fallen closed 4 years ago

fallen commented 4 years ago

Allow to just send a GET request to the petition URL with Content-Type application/json and Accept: application/json to which the server will respond with some JSON containing petition metadata.