I'm wondering does the Pootle API work the same in version 2.8.2 as in version 2.5.1? I don't see any updated docs for the API in Pootle 2.8.2, the last I see is https://pootle.readthedocs.io/en/stable-2.5.1/api/index.html
I have followed the same instructions as per Pootle 2.5.1, I installed django-tastypie
, I added POOTLE_ENABLE_API = True
in the pootle.conf
, and I enabled WSGIPassAuthorization On
in my apache virtual host configuration (and I restarted the apache server).
However if I try to make a GET request to https://my-pootle-server/api/v1/translation-projects/1/
I simply get a 404 page not found error. I thought that a minimum amount of API requests were supposed to work out of the box? Or do I have to do more configuration ?