Aaron Parecki
19126b5836
pass thru HTTP code and parse deleted pages
more consistently returns HTTP 410 now
3 years ago
Aaron Parecki
7621bca4a6
adds new "source-format" property to indicate how XRay found the data
* mf2+html
* mf2+json
* feed+json
* xml
* instagram/facebook/github/xkcd
3 years ago
Aaron Parecki
38d307de1c
implements post type discovery
returns a new property `post-type` next to `type`
closes #25
4 years ago
Aaron Parecki
6b65ae1b94
refactor for parsing Instagram and GitHub complete
5 years ago
Aaron Parecki
4014da6dc7
moves fetching logic into a library class
5 years ago
Aaron Parecki
5221cf79e9
get rid of global functions
moves XRay classes to `p3k\XRay` namespace
5 years ago
Aaron Parecki
35669270e3
reorganize XRay classes, use p3k-http lib
* removes the HTTP classes from this project and uses p3k-http library instead
* reorganizes the XRay classes into a psr-4 compatible folder
* moves controller autoload into -dev in preparation for turning this into a library (#17 )
5 years ago
Aaron Parecki
2a3d7b4923
add in-reply-to for issue comments
5 years ago
Aaron Parecki
b76d72a77b
return issue labels as category
5 years ago
Aaron Parecki
fc41098477
fix
5 years ago
Aaron Parecki
6733145b47
pass through http response code
5 years ago
Aaron Parecki
19908117eb
set user-agent header for github requests
5 years ago
Aaron Parecki
f8e9a87667
parse github issues and comments
closes #20
5 years ago