akshaykarle / go-mongodbatlas

A Go client library for the MongoDB Atlas API
GNU General Public License v3.0
16 stars 20 forks source link

Increases the max number of users when list #19

Closed guiguan closed 5 years ago

guiguan commented 5 years ago

Without this param, it can only list up to 101 users when there are more than 100 users. Here is the doc: https://docs.atlas.mongodb.com/reference/api/database-users-get-all-users/#request-query-parameters

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines         368    368           
=====================================
  Hits          368    368
Impacted Files Coverage Δ
mongodbatlas/database_users.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c3b84d...5a4e0e5. Read the comment docs.