8
/api/v3/site returns an object with the property "my_user" which itself has a property "follows".
For more details on the objects structure. The api documentation on join-lemmy should suffice.
/api/v3/site returns an object with the property "my_user" which itself has a property "follows".
For more details on the objects structure. The api documentation on join-lemmy should suffice.
This looks ideal!
However, I haven't managed to get the /site
endpoint to return a my_user
value. Even if I provide authentication:
{
"auth": "<token>"
}
A general programming discussion community.