JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
361 stars 186 forks source link

Use HashWithIndifferentAccess #387

Closed tilo closed 3 years ago

tilo commented 3 years ago

params, query builder and resources should use HashWithIndifferent access, which is already included via ActiveSupport

tilo commented 3 years ago

https://github.com/JsonApiClient/json_api_client/pull/386