|
3 | 3 | This directory contains examples for SharePoint REST API v1
|
4 | 4 |
|
5 | 5 |
|
6 |
| -### [Working with folders and files](./files/) |
7 |
| - - **Download** a file: [`download.py`](./files/download.py) |
8 |
| - - **Upload** a file: [`upload.py`](./files/upload.py) |
9 |
| - - **Create** a folder: [`create.py`](./folders/create.py) |
10 |
| - |
11 |
| -### [Working with lists](./lists/) |
12 |
| - - **Create** a list item: [`create_item.py`](./lists/create_item.py) |
13 |
| - - **Read** list items (paged): [`read_items.py`](./lists/read_items.py) |
14 |
| - |
15 |
| -### [Working with list items](./listitems/) |
16 |
| - - **Update** items in batch: [`update_batch.py`](./listitems/update_batch.py) |
17 |
| - - **Delete** an item: [`delete.py`](./listitems/delete.py) |
18 |
| - |
19 |
| - |
| 6 | +### Working with folders and files |
| 7 | + - **Download** a file: [`./files/download.py`](./files/download.py) |
| 8 | + - **Upload** a file: [`./files/upload.py`](./files/upload.py) |
| 9 | + - **Create** a folder: [`./folders/create.py`](./folders/create.py) |
| 10 | + - **Upload** large file: [`./files/upload_large.py`](./files/upload_large.py) |
| 11 | + - **List** file version history: [`./versions/list.py`](./files/versions/list.py) |
| 12 | + |
| 13 | +### Working with lists and list items |
| 14 | + - **Create** a list item: [`/lists/create_item.py`](./lists/create_item.py) |
| 15 | + - **Read** list items (paged): [`/lists/read_items.py`](./lists/read_items.py) |
| 16 | + - **Update** items in batch: [`./listitems/update_batch.py`](./listitems/update_batch.py) |
| 17 | + - **Delete** an list item: [`./listitems/delete.py`](./listitems/delete.py) |
| 18 | + |
| 19 | +### Working with fields and field values |
| 20 | + - **Create** lookup field: [`create_lookup.py`](./fields/create_lookup.py) |
| 21 | + |
| 22 | +### Working with taxonomy |
| 23 | + - **Get** field value : [`get_field_value.py`](./taxonomy/get_field_value.py) |
| 24 | + |
| 25 | +### Working with site |
20 | 26 |
|
21 | 27 | ---
|
22 | 28 |
|
0 commit comments