stackmagic / bitly-api-client

bit.ly api client in java
https://github.com/stackmagic/bitly-api-client
Apache License 2.0
46 stars 36 forks source link

Support for Data Metrics (Search specifically) API functionality? #5

Closed Druotic closed 10 years ago

Druotic commented 10 years ago

It doesn't look like any of the Data Metrics API requests are supported by the client. Or, maybe I just haven't found it yet.

I am referring to http://dev.bitly.com/data_apis.html

Is it true that these are not supported yet?

If so, is there a comprehensive list of features which are supported?

Druotic commented 10 years ago

Ah, I see the changelog seems to include supported features. However, it looks like the data metric calls are not supported. I might look into adding this.

stackmagic commented 10 years ago

Uh yeah, It's been a while since I truly worked on this lib. IIRC I didn't do all calls because some turned out to be hard to implement as in strange responses that couldn't be deserialized by gson and/or bad documentation. It's also possible they added a few new things which would be missing simply because I haven't been actively maintaining this lib for some time now.

Feel free to send a pull request :)