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
GET api/v1/item/:id | |
{ | |
id: :id, | |
data: { | |
prop1: val1, | |
prop2: val2, | |
prop3: GET api/v1/item/:id/ref1, | |
prop4: GET api/v1/item/:id/ref2 |
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
<?php | |
/** | |
* Class EmailHeader | |
* | |
* I'm sick of darn stdClasses, so I made this | |
* it doesn't cover every possible properties | |
* | |
* @link http://php.net/manual/en/function.imap-headerinfo.php | |
*/ |
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
//stonescript 2.9.2 | |
// Fraction class 0.0.1 | |
// based on the works of Boo | |
// This has to go in your /Components folder | |
// | |
// functions that start with an Uppercase letter should be considered public | |
// others are private / internal, and you should call them outside |