akshaykarle / go-mongodbatlas

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

Introduce the Teams API from MongoDB Atlas #7

Open tuxpower opened 5 years ago

tuxpower commented 5 years ago

Implements create, read, list, update, and delete operations for teams.

Relates to https://github.com/akshaykarle/terraform-provider-mongodbatlas/issues/45

akshaykarle commented 5 years ago

Thanks for the PR @tuxpower, but it seems that the tests are breaking because you haven't added teams to mongodb.go. Adding it there should fix the tests hopefully and then I can merge in your pull request

Knappek commented 5 years ago

@tuxpower I am currently very interested in this feature, can you please add the missing parts as suggested by @akshaykarle ? That would be cool, thanks!

akshaykarle commented 5 years ago

Hi @tuxpower any updates on this?