One fluent Graph request (client.api(path)) — the subset of verbs we issue.
client.api(path)
Issues DELETE {path}; resolves when the resource is removed.
DELETE {path}
Issues GET {path}; resolves the parsed response.
GET {path}
Issues POST {path} with a JSON body; resolves the parsed response.
POST {path}
One fluent Graph request (
client.api(path)) — the subset of verbs we issue.