Skip to content

Commit 3d0bead

Browse files
authored
Merge pull request #21 from microsoftgraph/sdk-to-client-library
Renamed sdk to client library in README
2 parents 0452894 + 6dbd92a commit 3d0bead

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Microsoft Graph JavaScript SDK
1+
# Microsoft Graph JavaScript Client Library
22
[![npm version badge](https://img.shields.io/npm/v/msgraph-sdk-javascript.svg?maxAge=86400)](https://www.npmjs.com/package/msgraph-sdk-javascript)
33
[![Travis](https://img.shields.io/travis/microsoftgraph/msgraph-sdk-javascript.svg?maxAge=2592000?style=flat-square)](https://travis-ci.org/microsoftgraph/msgraph-sdk-javascript)
44

5-
The Microsoft Graph JavaScript SDK 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 SDK.
5+
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.
66

7-
> This SDK 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).
7+
> 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).
88
99
## Installation
1010
### Node
@@ -22,7 +22,7 @@ Include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-
2222
```
2323
## Changelog
2424
#### 0.3.0
25-
* Migrated away from typings in sdk core and TypeScript sample
25+
* Migrated away from typings in client library core and TypeScript sample
2626

2727
#### 0.2.2
2828
* Updated SuperAgent to version ``` 3.3.0 ```
@@ -34,8 +34,8 @@ Include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-
3434

3535

3636
## Usage
37-
### Initialize SDK with access token provider
38-
This SDK only handles authentication in the most basic way possible. The application is responsible for refreshing tokens and returning an immediately valid access token in the authentication provider.
37+
### Initialize client with access token provider
38+
This client library only handles authentication in the most basic way possible. The application is responsible for refreshing tokens and returning an immediately valid access token in the authentication provider.
3939
```javascript
4040

4141
var client = MicrosoftGraph.Client.init({
@@ -310,7 +310,7 @@ client
310310
```
311311

312312
## Development
313-
These steps are not required to use this SDK.
313+
These steps are not required to use this library.
314314

315315
```npm install``` installs development dependencies (TypeScript, Mocha, etc.).
316316
> **Note:** If you want to run ```tsc``` from the command line, install TypeScript globally with ```npm install -g typescript``` or reference `./node_modules/.bin/tsc`
@@ -328,7 +328,7 @@ node node-browserify.js > lib/graph-js-sdk-web.js
328328

329329
## Questions and comments
330330

331-
We'd love to get your feedback about the Microsoft Graph JavaScript SDK. You can send your questions and suggestions to us in the [Issues](https://github.com/microsoftgraph/msgraph-sdk-javascript/issues) section of this repository.
331+
We'd love to get your feedback about the Microsoft Graph JavaScript client library. You can send your questions and suggestions to us in the [Issues](https://github.com/microsoftgraph/msgraph-sdk-javascript/issues) section of this repository.
332332

333333

334334
## Contributing
@@ -338,8 +338,8 @@ Please see the [contributing guidelines](CONTRIBUTING.md).
338338

339339
* [Microsoft Graph website](https://graph.microsoft.io)
340340
* [Microsoft Graph TypeScript types](https://github.com/microsoftgraph/msgraph-typescript-typings/)
341-
* [Angular.js sample using the JavaScript SDK](https://github.com/microsoftgraph/angular-connect-sample)
342-
* [Node.js sample using the JavaScript SDK](https://github.com/microsoftgraph/nodejs-connect-sample)
341+
* [Angular.js sample using the JavaScript client library](https://github.com/microsoftgraph/angular-connect-sample)
342+
* [Node.js sample using the JavaScript client library](https://github.com/microsoftgraph/nodejs-connect-sample)
343343
* [Office Dev Center](http://dev.office.com/)
344344

345345
## Copyright

0 commit comments

Comments
 (0)