[CDRIVER-2066] Documentation missing for mongoc_client_find_databases() Created: 22/Feb/17 Updated: 18/Apr/17 Resolved: 18/Apr/17 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | docs, libmongoc |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | J Rassi | Assignee: | Backlog - C Driver Team |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Description |
|
mongoc_client_find_databases() needs documentation.
|
| Comments |
| Comment by A. Jesse Jiryu Davis [ 29/Mar/17 ] |
|
Waiting for a spec update for how drivers use the listDatabases helper with "nameOnly". This will probably become mongoc_client_find_databases_with_opts(client, const bson_t *opts, error), and we'll deprecate mongoc_client_find_databases and leave it undocumented. Start from the patch in the codereview when we do this, there's some useful effort in there. |