This file contains hidden or 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
| "require": { | |
| "php": ">=5.5.9", | |
| "laravel/framework": "5.1.*", | |
| "laravelcollective/html": "5.1.*", | |
| "league/csv": "^7.1", | |
| "cachobong/module-rest-api": "1" | |
| }, |
This file contains hidden or 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
| { | |
| "name": "cachobong/module-rest-api", | |
| "type": "library", | |
| "description": "PHP client library for REST API", | |
| "keywords": ["REST", "Web Service", "API", "Client"], | |
| "license": "MIT", | |
| "require": { | |
| "php": ">=5.5.0" | |
| }, | |
| "authors": [ |
This file contains hidden or 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 contains all the Subject API methods<br> | |
| <h1>SUBJECT</h1> | |
| <table cellspacing="5"> | |
| <thead> | |
| <tr> | |
| <th>HTTP Verb</th> | |
| <th>API URL</th> | |
| <th>Description</th> | |
| </tr> | |
| </thead> |
This file contains hidden or 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
| { | |
| "status": 200, | |
| "errors": [ | |
| { | |
| "error_code": 0000, | |
| "field": 'username' | |
| "message": "Error explanation" | |
| }, | |
| { | |
| "error_code": 0000, |
This file contains hidden or 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
| 2014-09-30 02:31:44 +0800 -------------------------------------------------------------------------------- | |
| ENV: | |
| --- | |
| TERM_PROGRAM: Apple_Terminal | |
| GEM_HOME: "~/arachni-1.0.2-0.5.3/system/gems" | |
| SHELL: "/bin/bash" | |
| TERM: xterm-256color | |
| IRBRC: "~/arachni-1.0.2-0.5.3/bin/../system/usr/lib/ruby/.irbrc" | |
| TMPDIR: "/var/folders/y8/xcpn_0tn30qg2rgqp1gdq28c0000gn/T/" |
This file contains hidden or 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
| /bootstrap/compiled.php | |
| /vendor | |
| /app/config/database.php | |
| /public/uploads | |
| /downloadables/reports | |
| composer.phar | |
| composer.lock | |
| .env.*.php | |
| .env.php | |
| .DS_Store |