Skip to content

glynskyi/microsoft-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library for making Microsoft Graph requests.

This package contains a set of high-level functions and classes that make it easy to consume Microsoft Graph resources. It's platform-independent, and can be used on both the command-line and the browser.

Use this package as a library

Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  microsoft_graph: ^0.0.13
  microsoft_graph_http: ^0.0.13

Install it

You can install packages from the command line:

with pub:

pub get

with Flutter:

flutter packages get

Import it

Now in your Dart code, you can use:

import 'package:microsoft_graph/microsoft_graph.dart';
import 'package:microsoft_graph_http/microsoft_graph_http.dart';

About

A library for making Microsoft Graph requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages