Releases: theimpossibleastronaut/writeas.php
Releases · theimpossibleastronaut/writeas.php
Catch me if you can
This release fully switches over to handling errors to exceptions. If the curl request finds a response >= 400, it will transform into a WAException object. If the json response from the server finds a similar code, it will throw the same WAException.
Pretty much feature complete!
This release is feature complete, it contains most commands and is in a stable usable state.
Some small details are missing, and documentation needs updating, but this will get you pretty far!
Usable Read-only Collections
Collection Example and implementation has been added. This now concludes all anonymous data.
Usable posts
This first release is tagged because anonymous posts are usable. Most other things are a work in progress.