-
hello, in my tests with cucumber I have a problem.
I'm getting a `wrong number of arguments (given 1, expected 0) (ArgumentError)` error when I try to make a request.
I make a request that is mi…
-
Hey,
I just wanted to upgrade to doorkeeper 2.0 and grape 0.10 and noticed, that this gem doesn't work anymore. It seems that `Doorkeeper::DoorkeeperForBuilder.create_doorkeeper_for(*args)` has been …
23tux updated
9 years ago
-
Hey guys!
I'm having an issue using Grape with cache (Garner) and send the results with grape-entity.
The issue is: the second time I request an object Garner start working, but the call for Grape En…
esoto updated
10 years ago
-
This could use the simplified HTML/JS/CSS version of Swagger UI.
- Migrate to this version https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md#plain-old-htmlcssjs-stand…
duffn updated
8 months ago
-
Example: https://github.com/ruby-grape/grape/actions/runs/1699176889
-
AerfudaXAlt
Add white grape wine ingame. Also add green grape, when you break trellis green.
White grape wine can only be made from green grape for simplicity (its different irl cuz irl u can make w…
-
Hi
I'm using [Grape](https://github.com/intridea/grape) to build an API. I'd like to use impressionist within the Grape endpoints, but I'm getting this error:
```
undefined method `impressionist' fo…
-
Consider an API endpoint which returns a different entity depending on the current user. Is it possible to specify those different return entities in Grape DSL? Something like the following?
``` ruby…
-
Hello,
Reading http://www.rubydoc.info/github/intridea/grape-entity/Grape%2FEntity.present_collection and I think there might be a bug in documentation.
Definition
```
class Users < Grape::Entity
…
-
When using entity documentation as params they don't show whe calling then 'declared' method.
``` ruby
namespace :cdrs do
desc 'Shows all Outbound CDRs.', params: Entities::CdrSearch.documentation
…
pcriv updated
8 years ago