May I know if it still developing not provide in last release version ?
May I know if it still developing not provide in last release version ?
I got the point... http://127.0.0.1:8000/api/auth/ , it has provide restful api, just seem no official document yet ?
Misago's json API (because we don't really follow REST) is undocumented, so you'll need to look how Misago's JavaScript uses it, but its here and integrating with it is not something forbidden.
Yes, it will be here in future versions too.
I see that... so it is possible to publish the api to mobile client ? I just need few feature, login, post, I want write daily note via phone
Absolutely. You just need to keep session and CSRF cookie between requests so Misago recognizes user between requests.
Is it possible to expose the api in a browsable form?
We are using rest framework with custom abstractions over it, so while there's API browser, I've disabled as it was producing errors, but its not statement against it. If pull-request that fixes and brings back the API browser appears, I'll be open for merging it.