This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Copyright (c) 2014 Daniel Kiesel | ||
* | ||
* @package RESTfulWebservices | ||
* @link https://github.com/icodr8/contao-restful-webservices | ||
* @link https://github.com/craffft/contao-restful-webservices | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
*/ | ||
|
||
|
@@ -19,7 +19,7 @@ | |
* Class JsonResponse | ||
* | ||
* @copyright Daniel Kiesel 2014 | ||
* @author Daniel Kiesel <https://github.com/icodr8> | ||
* @author Daniel Kiesel <[email protected]> | ||
*/ | ||
class JsonResponse extends \Haste\Http\Response\JsonResponse | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Copyright (c) 2014 Daniel Kiesel | ||
* | ||
* @package RESTfulWebservices | ||
* @link https://github.com/icodr8/contao-restful-webservices | ||
* @link https://github.com/craffft/contao-restful-webservices | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
*/ | ||
|
||
|
@@ -19,7 +19,7 @@ | |
* Class RESTfulController | ||
* | ||
* @copyright Daniel Kiesel 2014 | ||
* @author Daniel Kiesel <https://github.com/icodr8> | ||
* @author Daniel Kiesel <[email protected]> | ||
*/ | ||
abstract class RESTfulController extends \Controller | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Copyright (c) 2014 Daniel Kiesel | ||
* | ||
* @package RESTfulWebservices | ||
* @link https://github.com/icodr8/contao-restful-webservices | ||
* @link https://github.com/craffft/contao-restful-webservices | ||
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL | ||
*/ | ||
|
||
|
@@ -19,7 +19,7 @@ | |
* Class RESTfulWebservice | ||
* | ||
* @copyright Daniel Kiesel 2014 | ||
* @author Daniel Kiesel <https://github.com/icodr8> | ||
* @author Daniel Kiesel <[email protected]> | ||
*/ | ||
class RESTfulWebservice extends \Controller | ||
{ | ||
|