aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/RestService.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-86/+0
|
* Fix `responseToListResponse` for `x-resource-count` header in lowercase (#227)Sergey Nastich2018-09-301-3/+1
|
* Fix `responseToListResponse` for empty non-paginated responses (#225)Sergey Nastich2018-09-221-1/+1
|
* Add responseToListResponse to RestService (#199)v1.12.4Zach Smith2018-08-221-0/+16
| | | | | | * Add responseToListResponse to RestService * Make pagination optional
* Review fixKseniya Tomskikh2018-04-101-3/+3
|
* Created patch method for RestService with merge-patch+json media typeKseniya Tomskikh2018-04-091-0/+6
|
* delete with queryArtRand2018-02-131-2/+2
|
* add PUT and PATCH responses to RestService TraitMarvin Bertin2018-01-091-0/+12
|
* Apply new formattingJakob Odersky2017-11-201-2/+2
|
* Refactor rest package into separate filesZach Smith2017-10-121-0/+54