Skip to content

Releases: nyeholt/silverstripe-apiwrapper

Simple token based authentication

20 Jul 07:28
Compare
Choose a tag to compare
1.6.0

chore(composer) Version bump

Minor bugfix release

15 Dec 01:26
6593038
Compare
Choose a tag to compare
  • Preserve array keys in remapping

New method configuration options

14 Sep 10:38
Compare
Choose a tag to compare
new(ServiceWrapperController) Improvements to method referencing

* Allow URLs to have a mapped method name using a 'call' key in the web
  methods, to provide for customised URL paths
* Public methods are now flagged in the web method config

ie

[
  'urlpath' => ['type' => 'GET', 'call' => 'myMethod', 'public' => true]
]