A pair-programming exercise for interview candidates.
Provide a REST API using Grape. The API exposes an endpoint to generate a thumbnail from a PDF.
- Get request for a PNG.
- Takes a
page
param.
- bundle install
- lock_jars
- puma
A pair-programming exercise for interview candidates.
Provide a REST API using Grape. The API exposes an endpoint to generate a thumbnail from a PDF.
page
param.