Return an image from an Apiary call

861 Views Asked by At

How do I return an image from an apiary call?

## first image [/image/369]
### Complete [GET]
+ Response 200 (image/png)
xxxxxxxx
1

There are 1 best solutions below

6
On

Turner, here is the declaration code in apiari for this method :

## first image [/image/369]
### Complete [GET]
+ Response 200 (image/png)

    + Body
    ‰PNG XXXXXXXXXXXXFZFZGEDHDSRGFEThERGEDFG

Enjoy :)