You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,19 @@ using the JavaScript SharePoint App Model.
9
9
10
10
### Library Features:
11
11
* 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
13
13
* Elegant - Utilizes the new [ES6 Promise](http://www.datchley.name/es6-promises/) architecture for asynchronous operations
14
14
* 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/)
15
15
16
16
### SharePoint Interfaces:
17
17
* 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)
20
19
* 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
21
21
* Form Population - Populate form elements using data-bind declarative binding system like Knockout or AngluarJS
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.
1366
1365
1367
1366
## Bugs
1368
1367
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