-
There's lots of great examples on how to use this library with RSpec, but I can't find anything for Minitest. Is there a way to set up Minitest to validate Apipie responses? If so, could it be documen…
-
I'm sure it's something simple that I'm missing, but no google or apipie repo searches are producing anything obvious.
E.g.,
![pasted_image_1_24_17__5_34_am](https://cloud.githubusercontent.com/…
-
Hello,
It would be nice if
```
error 400, "some `markup` description"
```
would make the description go though the markup_to_html process.
-
The following code will add "api" at the beginning of every route:
```
Apipie.configure do |config|
config.api_base_url = "/"
config.default_version = "0.6"
end
```
If I change the de…
-
Hi folks!
I'm new to Rabl and I'm trying to render an OpenStruct object like this (and I'm really not sure If I do this correctly):
collection @all_authentications
@all_authentications.marshal_dum…
-
I would like to insert `param` or `example` into create doc of controller via controller decorator.
How could I do it?
example
at user_controller.rb
```
class UserController < BaseApiController
…
-
Hi there,
Just installed apipie and noticed that `api!` isn't discovering routes properly. Browsing through old issues it looks like this has been an issue in the past, so I'm not quite sure if I h…
-
We added apipie to our app and it generated the documentation ok in doc with our endpoint, we deploy to heroku and we are not able to see the doc and we can't see any error logs.
Is there any other c…
-
Starting from version 0.3.4 you added non English locale into your gem. In my opinion this is not a good practice as it breaks existing applications which use the available_locale rails method to dete…
-
While I see how to document arrays for responses, I can't figure out how to do the same for a request body. Is this possible with apipie? E.g.,
```
POST /users
[
{"username": "user1"},
…