Flickr4Java icon indicating copy to clipboard operation
Flickr4Java copied to clipboard

Implement new 'Topics' methods

Open boncey opened this issue 13 years ago • 3 comments

There's a test (CompletenessTest) that interrogates the API and lists methods we've not implemented yet.
I'm gonna raise separate issues for each thing that needs implementing which will make it easier to split the work.

These are the Topics methods that need to be implemented.

  • flickr.groups.discuss.topics.add
  • flickr.groups.discuss.topics.getInfo
  • flickr.groups.discuss.topics.getList

boncey avatar Dec 18 '12 09:12 boncey

Hi, is there a milestone that can be attached to this task? Looking forward to this api.

ravsom avatar Aug 20 '13 05:08 ravsom

Hi, these methods seem to have slipped through the net - thanks for alerting me. I've made a new milestone for this and a few other completeness related tasks. No due date set as yet as my time is limited but hopefully shouldn't take too long.

boncey avatar Aug 20 '13 08:08 boncey

I've gone through and implemented all the gets from groups.discuss.topics and groups.discuss.replies in my commit e610076c3bd2898ca8430e9f4ee3f8e4409d8e82; however in that commit all instances of "parameters.put(Flickr.API_KEY, apiKey)" need to be removed in GroupDiscussInterface.java

willisju avatar Apr 16 '14 13:04 willisju