We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
i think that badge api in getProject()... get badges should be paginated if a project have more than 20 badges it fail, adding this
return new Pager(this, Badge.class, 20, null, "projects", this.getProjectIdOrPath(k), "badges");
will work and return all badges