Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit dfcac80

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
updated verbiage
1 parent db6def2 commit dfcac80

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,19 @@ using the JavaScript SharePoint App Model.
99

1010
### Library Features:
1111
* Simple - Most REST/Web Service interaction can be done in a few lines of code
12-
* Modern - Lightweight, pure JavaScript solution
12+
* Modern - Lightweight, pure JavaScript solution with no dependencies
1313
* Elegant - Utilizes the new [ES6 Promise](http://www.datchley.name/es6-promises/) architecture for asynchronous operations
1414
* Robust - Built for [SharePoint 2013 API](https://msdn.microsoft.com/en-us/library/office/jj860569.aspx) and [OData v3](http://www.odata.org/documentation/odata-version-3-0/)
1515

1616
### SharePoint Interfaces:
1717
* List Methods - Create, read, update, and delete (CRUD) List/Library items with a single line of code
18-
* REST Methods - Run ad-hoc REST calls to any [SharePoint REST API](https://msdn.microsoft.com/en-us/library/office/dn268594.aspx) endpoint
19-
* User Methods - Get User information (ID, Email, LoginName, Groups, etc.)
18+
* User Methods - Get User information: Basic (ID, Email, LoginName, etc.) and UserProfile (Manager, 100+ Properties)
2019
* Site Methods - Get Site information (Lists, Groups, Users, Roles, Subsites and Permissions)
20+
* REST Methods - Call any available [SharePoint REST API](https://msdn.microsoft.com/en-us/library/office/dn268594.aspx) endpoint
2121
* Form Population - Populate form elements using data-bind declarative binding system like Knockout or AngluarJS
2222

2323
### Supported Environments:
2424
* SharePoint 2013 (SP2013), SharePoint 2016 (SP2016), SharePoint Online (O365)
25-
* *Enterprise license not required*
2625

2726

2827
**************************************************************************************************
@@ -178,9 +177,9 @@ There's more than just the README!
178177
# Library Test Drive
179178

180179
## SpRestLib via Console
181-
Want to try SpRestLib on your site?
182-
Just open an F12 developer window on any page under your SharePoint site and run the following snippet
183-
to load the SpRestLib bundle script dynamically:
180+
You should test drive SpRestLib! It's super easy:
181+
Just open your browser's Developer Tools window anywhere on your SharePoint site,
182+
then run the following code snippet which will load the SpRestLib bundle script dynamically:
184183

185184
```javascript
186185
// 1: Load SpRestLib via CDN
@@ -1362,7 +1361,7 @@ Issue/Discussion: [Issue #9](https://github.com/gitbrent/SpRestLib/issues/9)
13621361
# Issues / Suggestions
13631362

13641363
## Authentication
1365-
See [SharePoint Authentication Notes](#sharepoint-authentication-notes) for issues with authentication.
1364+
See [SharePoint Authentication Notes](https://gitbrent.github.io/SpRestLib/docs/sp-auth-notes.html) for issues with authentication.
13661365

13671366
## Bugs
13681367
Please file issues or suggestions on the [issues page on GitHub](https://github.com/gitbrent/SpRestLib/issues/new), or even better, [submit a pull request](https://github.com/gitbrent/SpRestLib/pulls). Feedback is always welcome!

0 commit comments

Comments
 (0)