Sha256: ea3402b4efefaee4085c7a2a33a812f5f441e51112c2c98e6854d5bff9a611a5
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# Change Log ## [0.1.2] - 2021-01-14 - Implement search source endpoint to allow use filters to get matched sources - `client.source_search({limit: 10, offset: 0})` ## [0.1.1] - 2020-11-03 - Fixing wrong data issue of `currentEmployeeRange` in Company ## [0.0.8] - 2020-08-13 - Implement API to request all compnies - `client.companies` ## [0.0.7] - 2020-08-04 - Get source data and source compaines - `client.source_companies(source_id)` - Get company's employeerange data by domain - `client.company_cards('monday.com', { card_id: 'employeerange' })` - Get company's employees data by domain - `client.company_cards('monday.com', { card_id: 'employees' })` ## [0.0.3] - 2020-06-20 - Implement API to request token by user certificate - Get company data by domain - `client.company(ekohe.com)` - Get company's relationship data by domain - `client.company(ekohe.com, {card_id: 'people'})` - Retrieve request limit data from header ``` # .date # .content_type # .server # .content_length # .request_context # .strict_transport_security # .x_ratelimit_limit # .x_ratelimit_remaining # .x_ratelimit_reset ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sourcescrub-0.1.2 | CHANGELOG.md |