Releases: grnet/apimas
Releases · grnet/apimas
0.3.1
0.3
Added
- Specification can now specify multiple endpoints.
- Informative error messages when handling the specification.
- CLI subcommands for every endpoint.
- An optional
--configCLI option to specify the location of
specification. - New field predicates:
.choicesand.text. - New
max_lengthparameter for.stringfields.
Changed
- The DRF-specific code is split off in a separate package
apimas_drf. .endpointis no longer top-level; it now describes its parent node.- A reference to a collection must now be prefixed by its endpoint.
- API of testing utility methods used by developers.
formatparameter of.dateand.datetimefields now expects a list of
string formats..cli_authnow gets two parameters:
a)format(the credentials file format),
b)schema(the credentials schema).- Adapter method
apply()is removed; its functionality is merged into
construct(). mkdebscript is installed along with apimas.
Fixed
- Client side data validation between two consecutive calls.