ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
50 stars 10 forks source link

Ensure request method accepts UPDATE, PATCH & DELETE verbs #57

Closed mattheworiordan closed 5 years ago

mattheworiordan commented 6 years ago

This will be hard to test sadly without mocking or sending requests to a non-realtime server, but we should do our best to confirm request support these verbs.

See https://github.com/ably/docs/pull/493

mattheworiordan commented 5 years ago

@jdavid when can you look at this?