Sha256: ada20fe125653e66148ebb6bc5d4243872dac6f55272351ef64afd5a0dd76632
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
## From 0.3 to 0.4 Some endpoints are calling `update` have changed. Instead of `update_by(id: 123, attributes: { ... })` you now use keywords e.g. `update_by(id: 123, name: 'New name')`. Please check the [CHANGELOG](CHANGELOG.md) for more details. - Income::Propositions - Projects - Contact::Companies ## From 0.2 to 0.3 Finding specific records has changed. Instead of `by(id: 123)` you now use `find_by(id: 123)`. ```ruby banking_transaction = client.banking_transactions.find_by(id: 123) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
papierkram_api_client-0.4.1 | UPGRADING.md |
papierkram_api_client-0.4.0 | UPGRADING.md |