Questions tagged [halbuilder]

The HAL format, and the HalBuilder Java library provide a consistent approach to both designing and consuming reusable, and navible REST APIs built on the Java platform.

The HAL format, and the HalBuilder Java library provide a consistent approach to both designing and consuming reusable, and navible REST APIs built on the Java platform.

Project website: http://gotohal.net/
Git: https://github.com/HalBuilder

HalBuilder Modules

3 questions
1
vote
0 answers

Dropwizard + Halbuilder looking for message body writer

I'm using dropwizard to build a Restful service. I'm using halbuilder to create json+hal media type. My resource is returning a representation with a few links on a get request. It works perfectly fine on my dev environment but when I deploy my…
Nima M
  • 718
  • 10
  • 18
1
vote
1 answer

Duplicate Entries in Swagger

I'm writing an API using the HalBuilder library for HAL representations. As it stands now, I need to have two different methods for the JSON and HAL representations. As an example, my VersionResource includes the following two…
Thomas Kelley
  • 10,187
  • 1
  • 36
  • 43
0
votes
1 answer

Android Could not find method from JAR

The project uses external JARS with methods which are used on runtime. I have read another post of this forum and the solution is create /libs directory, and add to that the jars you need. However, i have added all of my jars to this directory…
Asier
  • 461
  • 9
  • 19