File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ blank_issues_enabled: false
2
2
contact_links :
3
3
- name : MongoDB Atlas App Services Support
4
4
url : https://support.mongodb.com/
5
- about : Support is provided under MongoDB support plans. Please submit support questions within the Realm UI.
5
+ about : Support is provided under MongoDB support plans. Please submit support questions within the App Services UI.
6
6
- name : MongoDB MongoDB Atlas App Services
7
7
url : https://www.mongodb.com/docs/atlas/app-services/
8
8
about : Learn more about MongoDB MongoDB Atlas App Services
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Go HTTP client for the [MongoDB Atlas App Services Admin API](https://www.mong
6
6
## Usage
7
7
8
8
``` go
9
- import " go. mongodb.org/ atlas-appservices /appservices"
9
+ import " github.com/ mongodb-labs/go-client-mongodb- atlas-app-services /appservices"
10
10
```
11
11
12
12
Construct a new App Services client, then use the various services on the client to
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package appservices // import "go. mongodb.org/realm/realm "
15
+ package appservices // import "github.com/ mongodb-labs/go-client-mongodb-atlas-app-services/appservices "
16
16
17
17
import (
18
18
"bytes"
@@ -27,9 +27,9 @@ import (
27
27
"reflect"
28
28
"strings"
29
29
30
- "github.com/google/go-querystring/query"
31
-
32
30
"go.mongodb.org/atlas/mongodbatlas"
31
+
32
+ "github.com/google/go-querystring/query"
33
33
)
34
34
35
35
const (
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package auth // import "go. mongodb.org/realm /auth"
15
+ package auth // import "github.com/ mongodb-labs/go-client-mongodb-atlas-app-services /auth"
16
16
17
17
import (
18
18
"bytes"
You can’t perform that action at this time.
0 commit comments