Releases: Alipsa/simple-rest
Releases · Alipsa/simple-rest
Ver 1.0.5
- Add RequestMethod with static constants for all Http Request methods
- Update test dependencies
Ver 1.0.4
- Add getForType which takes a TypeReference as parameter to be able to return "anything"
- Upgrade dependencies for jackson, and test dependencies (jetty, junit, slf4j)
Ver 1.0.3
- upgrade test dependencies (junit, jetty).
- add some docs
Ver 1.0.2
- Describe how to handle REST/XML, add application/xml to the MediaType
- Fix url in pom.xml
- Update maven plugin versions
- add Accept header to common headers
- set content type even if requestHeaders param is null
- add UrlParameters utility method
Ver 1.0.1
Changes:
- Default to the Object mapper in the RestClient instead of creating a new one.
- Add javadocs
- make headerRequest private, head and options should be enough.
- Use the same method to check for possible content in the delete request as in the put and post