refactor
authorMichael Wallner <mike@php.net>
Fri, 13 Jan 2017 16:05:24 +0000 (17:05 +0100)
committerMichael Wallner <mike@php.net>
Fri, 13 Jan 2017 16:05:24 +0000 (17:05 +0100)
commit2451d97f1cb7b97e445b4dd839835b8673a4d0fc
tree1687f9ebfe1a9764b1f0ff096e1939f8e61c9fc7
parent3958595e9ff27162ae918db1453ddecd4840d481
refactor
29 files changed:
.gitignore
composer.json
examples/cache.php [new file with mode: 0644]
examples/cli.php [new file with mode: 0644]
examples/ev.php [new file with mode: 0644]
examples/generator.php
examples/gistlog.php
examples/hooks.php
lib/API.php
lib/API/Call.php
lib/API/Call/Cache.php [new file with mode: 0644]
lib/API/Call/Cache/Control.php [new file with mode: 0644]
lib/API/Call/Cache/Service.php [new file with mode: 0644]
lib/API/Call/Cache/Service/Hollow.php [new file with mode: 0644]
lib/API/Call/Cache/Service/ItemPool.php [new file with mode: 0644]
lib/API/Call/Cache/Service/Simple.php [new file with mode: 0644]
lib/API/Call/Deferred.php [new file with mode: 0644]
lib/API/Call/Result.php [new file with mode: 0644]
lib/API/Consumer.php [new file with mode: 0644]
lib/API/ContentType.php
lib/API/Invoker.php [deleted file]
lib/API/Iterator.php
lib/API/Links.php
lib/Exception/InvalidArgumentException.php [new file with mode: 0644]
lib/Exception/RequestException.php
lib/Exception/UnexpectedValueException.php [new file with mode: 0644]
lib/functions.php [new file with mode: 0644]
peridot.php
tests/api.php