Hey Marios,
I was taking a quick look today at the firewall code in deltacloud, and
I noticed one oddity.
Currently it looks like the way to delete a firewall rule is to
DELETE /api/firewalls/:firewall/rule, and setting the rule_id to the rule you
want to delete. But isn't it more idiomatic to do something like:
DELETE /api/firewalls/:firewall/:rule_id
? For instance, this seems to be the way that the deletion of blobs in buckets
happens, and it just seems like an easier way to go. I thought I would mention
it before we release the next version of deltacloud and this gets frozen in
stone.
Thanks,
--
Chris Lalancette