← all adapters

microsoft-graph-style

simulates Microsoft Graph API v1.0

restadapter v0.1.018 routes

use it

# add to stunt.yaml
services:
  microsoft-graph:
    adapter: embedded:microsoft-graph-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

messageseventschatschat_messagesfiles

routes (18)

GET/v1.0/me
GET/v1.0/users
GET/v1.0/users/{id}
GET/v1.0/me/mailFolders
GET/v1.0/me/messages
GET/v1.0/me/messages/{id}
POST/v1.0/me/sendMail
GET/v1.0/me/events
POST/v1.0/me/events
GET/v1.0/me/drive
GET/v1.0/me/drive/root/children
GET/v1.0/groups/{id}/sites
GET/v1.0/me/chats
POST/v1.0/me/chats
GET/v1.0/chats/{id}/messages
POST/v1.0/chats/{id}/messages
GET/v1.0/me/drive/items/{id}/workbook/worksheets
POST/v1.0/me/drive/items/{id}/workbook/tables/{name}/rows/add