api icon indicating copy to clipboard operation
api copied to clipboard

Minimal, lightweight, fastest Ruby framework for HTTP APIs.

Results 5 api issues
Sort by recently updated
recently updated
newest added

I was trying out the [helpers](https://github.com/hanami/api#helpers) method until I found out that the code ([PR](https://github.com/hanami/api/pull/26)) is not released on rubygems, yet. The current [version available on rubygems](https://rubygems.org/gems/hanami-api) is version 0.2.0...

## Scenario There seems to be a problem when adding a middleware inside a `scope` block with interpolation. Here is an example: ```ruby scope 'i' do scope ':tenant_id' do use...

bug

## Feature Allow to register deps to be used within the _block context_. ℹ️ **Convention**: the name of the **registration key** is the same method that can be used in...

feature

I'm POSTing a JSON array of objects that can have all sorts of characters. I encountered the following error: ``` ``` The error message stops at the point, where the...

This fixes a change from hanami/router#267 that broke this repo. I copied the corresponding fix from hanami/hanami#1370 I don't have the time right now to add regression tests but this...