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
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,26 @@
1
-
---
2
-
page_type: sample
3
-
products:
4
-
- office-project
5
-
- office-365
6
-
languages:
7
-
- powershell
8
-
extensions:
9
-
contentType: samples
10
-
platforms:
11
-
- REST API
12
-
createdDate: 11/23/2015 8:07:26 PM
13
-
---
1
+
---
2
+
page_type: sample
3
+
products:
4
+
- office-project
5
+
- office-365
6
+
languages:
7
+
- powershell
8
+
extensions:
9
+
contentType: samples
10
+
platforms:
11
+
- REST API
12
+
createdDate: 11/23/2015 8:07:26 PM
13
+
---
14
14
# Project REST Basic Operations
15
15
16
16
The Project REST Basic Operations demonstrates how to create and update a project using REST API
17
17
18
18
###Prerequisites
19
19
To use this Project Online REST code sample, you need the following:
20
20
* An Office 365 tenant with a Project license
21
-
* Project CSOM client library. It is available as a Nuget Package from [here](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/)
22
21
* PowerShell v4.0
22
+
* Latest ADAL.NET library. It is available as a Nuget Package from [here](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/)
23
+
* For the files downloaded, please run "Unblock-File *" to unblock accessing the file.
0 commit comments