| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Aksara 6.3.1 source code.tar.gz | 2026-08-20 | 6.3 MB | |
| Aksara 6.3.1 source code.zip | 2026-08-20 | 7.1 MB | |
| README.md | 2026-08-20 | 1.4 kB | |
| Totals: 3 Items | 13.4 MB | 0 | |
API Documentation Generator Enhancements
- Automated Field Metadata Extraction: Improved parameter metadata parsing (
type,label,required,maxlength) directly from/create?format_result=metadataforcreateandupdateactions. - Empty Table Payload Generation: Added fallback sample payload generation driven by field data types so documentation previews display full JSON payloads even when database tables contain zero records.
- Structured Response Types (Simple vs Metadata):
- Simple: Returns clean JSON payloads containing
code,message, anddatafor write actions (create&update). - Metadata: Returns the native Aksara REST API metadata array schema (
[ { "field_name": { ... } } ]) for read actions (read&index). - UI Label Alignment: Updated Response Type selector label in the documentation interface to Metadata.
What's Changed
- refactor: standardize submission phrases, improve API documentation o… by @abydahana in https://github.com/abydahana/aksara/pull/1112
- feat: enable native REST API response formatting in Core and update v… by @abydahana in https://github.com/abydahana/aksara/pull/1113
- feat: add missing language translation strings and improve API Docume… by @abydahana in https://github.com/abydahana/aksara/pull/1114
Full Changelog: https://github.com/abydahana/aksara/compare/6.3.0...6.3.1