Add documentation for api/friendica/events endpoint

This commit is contained in:
Hypolite Petovan 2020-02-16 12:09:07 -05:00
commit 035139d388
2 changed files with 126 additions and 0 deletions

View file

@ -15,6 +15,15 @@ These endpoints uses the [Friendica API entities](help/API-Entities).
## Endpoints
### GET api/friendica/events
Returns a list of [Event](help/API-Entities#Event) entities for the current logged in user.
#### Parameters
- `since_id`: (optional) minimum event id for pagination
- `count`: maximum number of items returned, default 20
### GET api/externalprofile/show
Returns a [Contact](help/API-Entities#Contact) entity for the provided profile URL.