Mark Trapp
Mark Trapp
Whoops, this is a dupe of #2. Sorry about that!
Sounds fair. Just so I'm clear, are you suggesting that: 1. just PHPDoc-style tags be added for the public members/class, keeping the Perl-style comments intact globally; or 2. convert the...
Hi @plroebuck, one use case for this is running Abao on a local development environment, where you may need to use a self-signed certificate for logistical reasons or convenience. If...
That totally works, thanks!
Hi @typhonius ! I think it could prove helpful to add linked resource retrieval: Cloud API uses HAL+JSON as its response format to facilitate traversing the API via related resources...
> Because all tasks that would effect a change causing a notification get turned into an OperationResponse I can add some parsing logic there to change the linked URL into...
We adhere to the [JSON HAL draft spec](https://tools.ietf.org/id/draft-kelly-json-hal-01.html#rfc.section.5), so you can assume `href` will always contain the correct URL for a link, and all `_links` elements will have an `href`...
The `self` link is there to allow for API clients to "refresh" their view of a resource. In other words, something like this would be the expected way to poll...