daverog / jaxrs-iodocs

Generate Mashery I/O Docs using JAX-RS annotations
2 stars 1 forks source link

@FormParam not supported #2

Open mveitas opened 11 years ago

mveitas commented 11 years ago

I assume that @FormParam is not supported since you do not use it on your project or was there another reason?

daverog commented 11 years ago

The former: our APIs are read-only, so I didn't need to implement it.

If you send over a sample input/ouput I'd be happy to implement it. Or a pull request is fine.