mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 09:54:14 +00:00
25 lines
No EOL
807 B
Text
25 lines
No EOL
807 B
Text
---
|
|
title: followee_count
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Return the number of objects that are followed by the given user.
|
|
|
|
|
|
Counts all objects, of any type, that the given user is following
|
|
(e.g. followed users, followed datasets, followed groups).
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Return the number of objects that are followed by the given user.
|
|
|
|
Counts all objects, of any type, that the given user is following (e.g. followed users, followed datasets, followed groups).
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"followee_count","method":"post"}]} /> |