diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/const.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/const.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/const.go b/vendor/github.com/yaegashi/msgraph.go/beta/const.go new file mode 100644 index 00000000..3d267974 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/const.go @@ -0,0 +1,7 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +const ( + defaultBaseURL = "https://graph.microsoft.com/beta" +) |