Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Project REST Basic Operations

The Project REST Basic Operations demonstrates how to create and update a project using REST API
The Project REST Basic Operations demonstrates how to create and update a project using REST API.

###Prerequisites
## Prerequisites
To use this Project Online REST code sample, you need the following:
* An Office 365 tenant with a Project license
* Project CSOM client library. It is available as a Nuget Package from [here](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/)
* PowerShell v4.0

###Modules
## Modules
* [CreateProject](/createproject.ps1)
* [UpdateProject](/updateproject.ps1)
* [UpdateProjectCustomFields](/updateprojectcustomfieldvalues.ps1)

##How the sample affects your tenant data
## How the sample affects your tenant data
This sample runs REST API methods that create, read, update, or delete data. When running commands that delete or edit data, the sample creates sample data. The sample data is created or edited so that your actual tenant data is unaffected.

## Questions and comments

## Additional resources
* [JavaScript library and REST reference for Project Server 2013] (https://msdn.microsoft.com/en-us/library/office/jj712612.aspx)
* [SharePoint and Project Online SDK] (https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM)
* [JavaScript library and REST reference for Project Server 2013](https://msdn.microsoft.com/en-us/library/office/jj712612.aspx)
* [SharePoint and Project Online SDK](https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM)

## Copyright
Copyright (c) 2016 Microsoft. All rights reserved.
Expand Down