restful api skills

48 tagged restful api, measured the same way as everything else here.

Browse within: hr 28mysql 28open-source 28orangehrm 28php 28api 20go 20golang 20rest-api 20restful 20

daos

01

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for writing query/persistence code in OrangeHRM — the plugin-specific Dao classes that extend OrangeHRM\Core\Dao\BaseDao, the EntityManagerHelperTrait and its 13 methods, the QueryBuilder patterns the codebase uses heavily (joins via relation aliases, $q->expr()->orX/andX/like/concat/in/isNull, conditional…

1.1k 2mo ago A 0 tokens GPL-3.0

entities

02

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for defining Doctrine entities in OrangeHRM — the docblock annotation conventions, table-name conventions (ohrm for new tables, hshr for legacy 4.x-imported tables), column types and options, ID strategies, relations (ManyToOne / OneToMany / ManyToMany with mappedBy / inversedBy / cascade / JoinColumn /…

1.1k 2mo ago A 245 tokens GPL-3.0

frontend-data

03

orangehrm/orangehrm

Skill Claude CodeCodex

Reference for data flow in the OrangeHRM Vue frontend — the APIService axios wrapper that mirrors backend /api/v2/... routes 1:1, its 401/422 interceptors and ETag-based response caching in prod, the data-loading composables (usePaginate for list endpoints with reactive filter/sort, useSort, useInfiniteScroll), the…

1.1k 2mo ago A 0 tokens GPL-3.0

ast-introspection

04

pilinux/gorest

Skill Claude CodeCodex

Use Go AST-aware analysis to enumerate symbols, extract signatures, and propose mechanically safe refactors (read-only by default).

502 3d ago A 28 tokens original MIT

ci-orchestrator

05

pilinux/gorest

Skill Claude CodeCodex

Run a CI-like pipeline locally (format, lint, vet, static-analysis, tests) and summarize per-step results with remediation guidance.

502 3d ago A 32 tokens original MIT

pilinux/gorest

Skill Claude CodeCodex

Diagnose configuration-related failures, enumerate required env vars, and guide safe local test setup (no secrets).

502 3d ago A 25 tokens original MIT