README.md in data-com-api-0.2.0 vs README.md in data-com-api-0.2.1
- old
+ new
@@ -4,11 +4,11 @@
## Installation
Add this line to your application's Gemfile:
- gem 'data-com-api', '~> 0.2.0'
+ gem 'data-com-api', '~> 0.2.1'
And then execute:
$ bundle
@@ -91,18 +91,23 @@
- `used_points` which returns `pointsUsed` from API response
- `purchased_contacts` which returns `numberOfContactsPurchased` from API response
- `point_balance` which returns `pointBalance` from API response
- `contacts` which returns an array of [DataComApi::Contact](https://github.com/Fire-Dragon-DoL/data-com-api/blob/master/lib/data-com-api/contact.rb)
+## Changelog
+- Updated code to support variable `max_offset` if required in future
+
## TODO
- Implement `partner` request
- Implement `partner_contacts` request
- Implement `user` request used to purchase points through API
- Write some tests for `search_company` which is exactly the same as
`search_contact`
- Improve tests organization
- Test exceptions when performing API requests
+- Support for "Multiple values" as stated in the api, instead of strings
+ separated with commas
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)