forked from chriskacerguis/codeigniter-restserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version of CodeIgniter REST Server with API Key management, permi…
…ssions and method limiting. All turned off by default, turn them on and find the schema for each feature in application/config/rest.php.
- Loading branch information
Phil Sturgeon
committed
Aug 31, 2010
1 parent
9decacd
commit b6df2b5
Showing
5 changed files
with
265 additions
and
124 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,4 @@ function users_get() | |
$this->response(array('error' => 'Couldn\'t find any users!'), 404); | ||
} | ||
} | ||
|
||
} | ||
|
||
?> | ||
} |
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
Oops, something went wrong.