Sha256: 9536803e2761033e94a66e3bf2022988169e10e00fcb86fccfe2df00d46722c5

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

## 2.0 (2020-07-26)

### Breaking Changes

* query params given to the client will be full words
and mapped to the Omdb API params - implemented so far:

```ruby
{
  id: 'i',
  title: 't',
  search: 's',
  plot: 'plot',
  year: 'y',
  version: 'v'
}
```

* a collection is now called `Movies` and will return `MovieResult` objects

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omdb-api-2.0.0 CHANGELOG.md