Skill Wiki v0.1.0
anti-pattern @community/anti-pattern-rpc-as-rest

Rpc As Rest

An API that uses HTTP+JSON but ignores REST semantics: verb-in-URL paths, status codes that don't match operations, GET with side effects, POST for everything.…

Skill
@community
Domain
api-design
Version
1.0.0
Quality
4.0
Edges
7 out · 12 in
Tokens
79/861/1670
$ prime install @community/anti-pattern-rpc-as-rest

Projection

Always in _index.xml · the agent never has to ask for this.

RpcAsRest [anti-pattern] v1.0.0

An API that uses HTTP+JSON but ignores REST semantics: verb-in-URL paths, status codes that don't match operations, GET with side effects, POST for everything. The result is a worst-of-both-worlds API that loses RPC's type safety AND REST's tooling compatibility.

Source

prime-system/examples/frontend-design/primes/compiled/@community/anti-pattern-rpc-as-rest/atom.yaml

Compiled at 2026-05-07