Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Edits done for pTray #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Edits done for pTray #11

wants to merge 3 commits into from

Conversation

MrBr
Copy link

@MrBr MrBr commented Jun 4, 2014

Modifications done for pTray.
Mostly worked on Notifications, Conversations. Goal was to get more specific information about specific items.

Luka Bracanovic added 3 commits May 20, 2014 12:17
public List<Conversation> getConversations() {
WebResource resource = getResourceFactory().getApiResource(
"/conversation/");
resource=resource.queryParam("limit","15");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This limit should at least be optional ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you should add a parameter to the method of type Integer, and add it to the resource if it is != null.

@MrBr
Copy link
Author

MrBr commented Jun 20, 2014

I ll work on it, will fix it when catch some time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants