Switched over to using the formal class instead. I started work on adding a
test case for the `ImageAdapter` class, but I'm having a really hard time
getting this class to work in isolation. It looks like something, somewhere
does some magic to decode this:
```
{
"image": {
"id": "52415800-8b69-11e0-9b19-734f5736d2a2"
}
}
```
as a single `Image` object. I'm not sure where that takes place, and I'd really
prefer to not to clutter up your resource directory with a bunch of files just
for this test formatted like this:
```
{
"id": "52415800-8b69-11e0-9b19-734f5736d2a2"
}
```
Any suggestions there?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/626#issuecomment-68227190