Commit Graph

23 Commits

Author SHA1 Message Date
alext 4d6b452dd6 Updated copyright year in file headers. 2018-03-27 09:23:09 +02:00
alext c3642a10e3 Added support for aggregations in appointments REST API. 2017-12-01 09:12:09 +01:00
alext c424c0bc6d Reformatted PHP files 2017-09-23 01:30:22 +02:00
alext 9366089c82 Direct file access must not be permitted. 2017-09-15 13:44:40 +02:00
alext fcb4b9d5cf Autoformatted php files based on CodeIgniter style guide. 2017-09-15 13:36:37 +02:00
alext 2dad4dfc34 Updated copyright year. 2017-01-31 07:35:34 +01:00
alext 6f886d60a5 Removed comments from the end of the files. 2016-12-07 19:45:39 +01:00
alext 388a079834 Renamed Alphanumeric type class to Text. 2016-11-09 19:56:24 +01:00
alext ed7e40720e Renamed firstname and lastname to firstName and lastName, also made some other corrections. 2016-11-06 18:30:03 +01:00
alextselegidis 5229ed5767 Renamed engine type classes for PHP7 compatibility (fixes #204). 2016-10-10 17:46:29 +02:00
Alex Tselegidis b56c3495f9 Updated delete messages in other API controllers. 2016-07-10 13:24:05 +02:00
Alex Tselegidis 0a8e70f2ec Updated appointments API resource controller with the newest helper methods. 2016-07-10 13:00:42 +02:00
Alex Tselegidis eed53d44cd Changed the 'singleEntry' response method in order to avoid writing the ID condition in every API controller. 2016-07-10 11:38:22 +02:00
Alex Tselegidis ff558f99c4 Added new Request class for handling the common request operations. 2016-07-10 11:12:16 +02:00
Alex Tselegidis bfc96409bc Implemented the DELETE method and corrected not-found exceptions for GET and PUT. 2016-07-09 22:07:26 +02:00
Alex Tselegidis 4c1ec9ea2f Implemented the PUT method of appointments resource. 2016-07-09 22:01:03 +02:00
Alex Tselegidis a40bb1ae4c Implemented the POST method of the appointments resource. 2016-07-09 21:53:28 +02:00
Alex Tselegidis de4bc1217a Added API method for getting a single appointment. 2016-07-09 21:11:33 +02:00
Alex Tselegidis 523f4a3e76 Moved the response operations into their own namespace 'Processors' and bundled up the appointments GET request. 2016-07-09 13:14:08 +02:00
Alex Tselegidis d31535627b Updated docblock namespace. 2016-07-08 21:26:52 +02:00
Alex Tselegidis f669f86294 Added initial controller files for all API resources. 2016-07-08 21:23:03 +02:00
Alex Tselegidis cf0cbaf75c Added template content for API resource controllers. 2016-07-08 21:17:06 +02:00
Alex Tselegidis 550cee6765 Added v1 for first version controllers. 2016-07-07 22:05:10 +02:00