Skip to content

Releases: AOEpeople/TYPO3_RestlerExamples

Add examples to build REST-endpoints around of extBase-objects

17 Mar 15:10
Compare
Choose a tag to compare

Add examples to build REST-endpoints around of extBase-objects

Support of TYPO3 7.6 (LTS)

23 Dec 11:18
Compare
Choose a tag to compare

Now, the restler_examples-Extension supports TYPO3 7.6 (LTS).

adapt examples for internal REST-API-endpoints

10 Dec 07:26
Compare
Choose a tag to compare

adapt examples for internal REST-API-endpoints:

  • internal REST-API-endpoints now return stdClass-objects instead of array's (which increases the usability)
  • given GET/Post-parameters for internal REST-API-endpoints can be of type array OR stdClass

Added examples to show the new features of the REST-API-Client

13 Nov 12:00
Compare
Choose a tag to compare

Added examples to show the new features of the REST-API-Client, which can be used to call (internal) REST-API-Endpoints (which are configured in restler).