Commit 52710c3
committed
docs(AGENTS.md): add roxy.languages namespace for the new GET /api/v2/languages endpoint shipped in main repo today (2026-05-05, roxyapi commit e269498). Route returns { languages: [{ code, name, nativeName }] } for the 8 supported codes (en, tr, de, es, hi, pt, fr, ru) tagged "Languages" in the OpenAPI spec. AGENTS.md updated in 5 spots: intro Eleven to Twelve domains (line 3 now lists ...location, usage, languages), domain table adds a roxy.languages row after roxy.usage describing the supported response languages for the lang kwarg (line 51), i18n English-only list adds languages plus a runtime hint pointing at roxy.languages.list_languages() (line 116), priority order list appends Languages (line 146), quick reference table appends a "List supported languages" row mapped to roxy.languages.list_languages() (line 184). specs/openapi.json and the generated client will auto-sync on the next codegen + release pipeline run, at which point roxy.languages.list_languages() becomes a real callable method on the generated Roxy class.
1 parent 78c4f25 commit 52710c3
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| |||
0 commit comments