SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Support for Query Parameters in Provisioning API for Pagination and Full Text Search #214

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to paginate the list of groups with less than 200 entries per page
2. Try to access a specific batch of groups with page number or group name

What is the expected output? What do you see instead?
- In the GData Contacts API one is able to specify how many results to
fetch and direct access from where to start. In the other hand, with the
provisioning API you can only paginate results in fixed 100 entries for
users and nicknames and 200 entries for groups. In fact groups pagination
is based on the "next" link, which doesn't make possible the direct access.
No full text search support, as we have it in GData Document List API.

What version of the product are you using? On what operating system?
- GData Java Client 1.39.1

Please provide any additional information below.
- It's a feature request.
- I opened this issue as suggested by Anirudh in
http://www.google.com/support/forum/p/apps-apis/thread?tid=159f976ad24d600d&hl=e
n

Original issue reported on code.google.com by dcifuen on 7 Dec 2009 at 2:11

GoogleCodeExporter commented 9 years ago
Please, please add the ?max-results query, at least for groups...  Or reduce 
page
size from 200 to 100? ...Android doesn't like 200 requests at once ={

Original comment by neo.huma...@gmail.com on 30 Mar 2010 at 7:52