@microsoft/microsoft-graph-client
Advanced tools
Comparing version 0.4.1 to 1.0.0
@@ -0,3 +1,3 @@ | ||
import { Promise } from 'es6-promise'; | ||
import { Options, URLComponents, GraphRequestCallback } from "./common"; | ||
import { Promise } from 'es6-promise'; | ||
export declare class GraphRequest { | ||
@@ -4,0 +4,0 @@ config: Options; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var common_1 = require("./common"); | ||
var request = require("superagent"); | ||
var es6_promise_1 = require("es6-promise"); | ||
var common_1 = require("./common"); | ||
var ResponseHandler_1 = require("./ResponseHandler"); | ||
@@ -7,0 +7,0 @@ var packageInfo = require('../../package.json'); |
{ | ||
"name": "@microsoft/microsoft-graph-client", | ||
"version": "0.4.1", | ||
"version": "1.0.0", | ||
"description": "Microsoft Graph Client Library", | ||
@@ -20,3 +20,4 @@ "main": "lib/src/index.js", | ||
"build": "tsc && node node-browserify.js > lib/graph-js-sdk-web.js", | ||
"test": "mocha lib/test" | ||
"test": "mocha lib/spec/core", | ||
"test:types": "tsc --p spec/types && mocha spec/types" | ||
}, | ||
@@ -31,2 +32,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
@@ -5,6 +5,4 @@ # Microsoft Graph JavaScript Client Library | ||
The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library. | ||
The Microsoft Graph JavaScript client library is a lightweight wrapper around the Microsoft Graph API that supports both Node and the browser. See the [samples](samples) folder for code examples. You can also use our [TypeScript graph types](https://github.com/microsoftgraph/msgraph-typescript-typings) with this library. We love your feedback! You can file an issue in this repository or write on our [UserVoice page](https://officespdev.uservoice.com/). | ||
> This client library is currently in preview and we would love to hear your feedback! You can file an issue in this repository or write on our [uservoice page](https://officespdev.uservoice.com/). We're also trying to add more intellisense support beyond the current typings so we're also especially interested in feedback on the [Microsoft Graph TypeScript Typings](https://github.com/microsoftgraph/msgraph-typescript-typings). | ||
## Installation | ||
@@ -25,2 +23,6 @@ ### Node | ||
## Changelog | ||
#### 1.0.0 | ||
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more. | ||
#### 0.4.0 | ||
@@ -311,4 +313,6 @@ * Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps | ||
```npm test``` runs tests. | ||
```npm test``` runs tests of the core library (URL parsing, mock responses, etc) | ||
```npm run test:types``` to run tests against the Graph API for users, groups, Excel, OneNote, etc. | ||
To build only browser version: | ||
@@ -315,0 +319,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
152873
3861
1
338