Skip to main content

avo-http-resource

Back an Avo resource with an external HTTP/REST API instead of an Active Record model — list, show, create, update, and delete records straight through the API with no database table, via `self.http_adapter`. Use when the user wants to build an admin panel for an external/third-party/SaaS REST API, show records that come from an API rather than the database, CRUD a remote service through Avo with no local table, map Avo's sort/filter UI to API query params, send auth headers on every request, parse a wrapped JSON response (results/meta/data), surface API failures with `Avo::HttpError`, customize create/update/destroy against a bespoke API, obfuscate record ids in URLs, or debug exactly what a resource sends and receives through the HTTP debug console. Paid add-on gem (`avo-http_resource`), Open Beta.

跳到安装

来源信息

仓库
avo-hq/skills
最近来源活动
2026年7月29日 09:06
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。