mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
23
Wiki-OcttKB/tiddlers/Normal/Friendica.tid
Normal file
23
Wiki-OcttKB/tiddlers/Normal/Friendica.tid
Normal file
@@ -0,0 +1,23 @@
|
||||
created: 20230113105935789
|
||||
creator: Octt
|
||||
modified: 20230413072833570
|
||||
modifier: Octt
|
||||
tags: Fediverse $:/i18n:en
|
||||
title: Friendica
|
||||
|
||||
<<^wikipediaframe Friendica en>>
|
||||
|
||||
!! ''API''
|
||||
|
||||
The official API documentation is disorganized and possibly lacks some information, so I need to build my own while I build my custom client.
|
||||
|
||||
Login is possible via basic [[HTTP]] authentication.
|
||||
|
||||
!!! ''Endpoints''
|
||||
|
||||
Endpoints are present for clients implementing the Mastodon and Twitter protocols, as well as Friendica's own client-to-server protocol, but we only care about this last one.
|
||||
|
||||
All Friendica endpoints are available at the `/api/` namespace, they return [[JSON]] data by default.
|
||||
|
||||
* `/search`
|
||||
** `q=`Query
|
Reference in New Issue
Block a user