soil-schema / soil

REST api schema and code generator
MIT License
1 stars 0 forks source link

File commands #52

Closed niaeashes closed 2 years ago

niaeashes commented 2 years ago

refs #51

Make BinaryVariable class for manage binary in context. @export and @import supports binary.

Request

@import(photo, ./photos/sample.jpg)
POST /photos {
  request = $photo
}

Response

GET /photos/sample.jpg {
  receiver {
    @export($response, ./photos/sample.jpg)
  }
}