Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T595
Change Details
Change Details
Old
New
Diff
https://developer.github.com/v3/activity/events/types/ offers a lot of events replies. With a tool like http://jsonutils.com/ it would be nice to generate proper classes for them, so we can decode the different JSON payloads mapping them to an existing class instead of stdClass. Deliverable: a [[ http://www.php-fig.org/psr/psr-4/ | PSR-4 ]] package, so we don't need to do any require manually.
https://developer.github.com/v3/activity/events/types/ offers a lot of events replies. With a tool like http://jsonutils.com/ it would be nice to generate proper classes for them, so we can decode the different JSON payloads mapping them to an existing class instead of stdClass. Deliverable: a [[ http://www.php-fig.org/psr/psr-4/ | PSR-4 ]] package, so we don't need to do any require manually.
Continue