Simple integration tests
You must be logged in to use tests
GET /api/v1.0/me
GET /api/v1.0/profile
PUT /api/v1.0/profile { "foo": "bar" }
GET /api/v1.0/cloudconnections/connection1
PUT /api/v1.0/cloudconnections/connection1 { "foo": "bar" }
PUT /api/v1.0/cloudconnections/connection1 { "foo": "baz" }
PATCH /api/v1.0/cloudconnections/connection1 { "updated": ${now} }
DELETE /api/v1.0/cloudconnections/connection1