dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
122 stars 52 forks source link

BaseUrl beta or v1.0? #17

Closed webstudiosNO closed 3 years ago

webstudiosNO commented 3 years ago

Hi, would just say that this package is awsome...

Just wondering if this is a issue or a permanently change. In the bottom om the documentation on MsGraph, says that only the endpoint should be added and the package provides the base with beta version selected, but in the source code the v1.0 is provided.

MsGraph.php protected static $baseUrl = 'https://graph.microsoft.com/v1.0/';

dcblogdev commented 3 years ago

thanks, sorry for the delay in responding.

I released this with beta original but changed it to v1 from a pull request. v1 is stable and beta should not be used in production since its in preview and could change.