feat(docs): add all GET endpoints for CKAN Actions API v3

This commit is contained in:
rzmk 2025-10-28 15:58:27 -04:00
parent b0f2d3e8de
commit c1343cc294
32 changed files with 1221 additions and 35 deletions

View file

@ -0,0 +1,20 @@
---
title: dataset_followee_count
full: true
_openapi:
method: POST
route: dataset_followee_count
toc: []
structuredData:
headings: []
contents:
- content: |
Return the number of datasets that are followed by the given user.
---
{/* 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 datasets that are followed by the given user.
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"dataset_followee_count","method":"post"}]} webhooks={[]} hasHead={false} />