summaryrefslogtreecommitdiff
path: root/example/endpoints
Commit message (Collapse)AuthorAgeFilesLines
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-091-1/+1
|
* Sketch out a standard `cask.Logger` interface and standardize dependency ↵Li Haoyi2019-09-151-1/+1
| | | | injection via case class implicits
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, ↵Li Haoyi2019-09-141-1/+1
| | | | `BaseEndpoint` -> `Endpoint`, `Endpoint` -> `HttpEndpoint`
* Make `Input` a type param tooLi Haoyi2019-09-141-3/+2
|
* `InnerResponse` is now a type param instead of member, allowing better error ↵Li Haoyi2019-09-141-2/+1
| | | | | | | | messages through `cask.internal.Conversion`: ``` Cannot return java.io.ByteArrayInputStream as a cask.model.Response[cask.endpoints.JsonData] ```
* .Li Haoyi2019-09-143-4/+5
|
* tweak example generationLi Haoyi2019-06-301-1/+2
|
* upgrade Mill to latest versionLi Haoyi2019-06-301-3/+0
|
* 0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they ↵0.2.1Li Haoyi2019-06-151-3/+3
| | | | | | | | | | get on 2.13 as well Small typos There were pair of really inconsequential typos in the documentation. .
* 0.1.90.1.9Li Haoyi2018-08-261-2/+2
|
* 0.1.80.1.8Li Haoyi2018-08-261-1/+1
|
* 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-261-1/+1
|
* 0.1.30.1.3Li Haoyi2018-08-221-1/+1
|
* 0.1.10.1.1Li Haoyi2018-08-182-2/+2
|
* 0.1.00.1.0Li Haoyi2018-08-131-1/+1
|
* 0.0.90.0.9Li Haoyi2018-08-131-1/+1
|
* 0.0.80.0.8Li Haoyi2018-08-131-1/+1
|
* 0.0.70.0.7Li Haoyi2018-08-131-1/+1
|
* 0.0.60.0.6Li Haoyi2018-08-131-1/+1
|
* 0.0.50.0.5Li Haoyi2018-08-131-1/+1
|
* 0.0.40.0.4Li Haoyi2018-08-131-1/+1
|
* 0.0.30.0.3Li Haoyi2018-08-131-1/+1
|
* 0.0.20.0.2Li Haoyi2018-08-131-1/+1
|
* Tweak websocket tests, example and docsLi Haoyi2018-08-131-5/+1
|
* Basic websocket support worksLi Haoyi2018-08-131-1/+4
|
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-131-7/+2
|
* add docs on writing custom endpointsLi Haoyi2018-08-133-0/+77