Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Microsoft's Graph endpoint #16

Closed
wants to merge 2 commits into from
Closed

Added Microsoft's Graph endpoint #16

wants to merge 2 commits into from

Conversation

AranVinkItility
Copy link

I've added Microsoft's Graph endpoint to the list of providers.

For documentation of the Microsoft Graph API see:
http://graph.microsoft.io/en-us/docs/overview/call_api

@simov
Copy link
Owner

simov commented Jul 5, 2016

Thanks!
though I think you are missing the version:

  "microsoft": {
    "https://graph.microsoft.com": {
      "__domain": {
        "auth": {
          "auth": {"bearer": "[0]"}
        }
      },
      "[version]/{endpoint}": {
        "__path": {
          "alias": "__default",
          "version": "v1.0"
        }
      }
    }
  },

@AranVinkItility
Copy link
Author

Added the version to my latest commit :)

@simov
Copy link
Owner

simov commented Jul 5, 2016

I merged your commits in branch 2.x

I'm working on a rewrite that will be pushed to master once it's ready. Your changes will be added there too.

@simov simov closed this Jul 5, 2016
@AranVinkItility
Copy link
Author

Ok, great. Thanks for the quick replies ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants