Provide REST API (DRF style) for SharePoint
Project description
SharePoint Rest API
Menu | Link |
---|---|
Coverage Development | |
Coverage Stable | |
Source Code | https://github.com/domdinicola/sharepoint-rest-api |
Issue tracker | https://github.com/domdinicola/sharepoint-rest-api/issues |
Documentation | https://sharepoint-rest-api.readthedocs.io/en/latest/ |
Installation
pip install sharepoint-rest-api
Setup
Add sharepoint_rest_api
to INSTALLED_APPS
in settings
INSTALLED_APPS = [
'sharepoint_rest_api',
]
Coding Standards
To run checks on the code to ensure code is in compliance
$ ruff check
$ ruff format
Testing
Testing is important and tests are located in tests/
directory and can be run with;
$ uv run pytest test
Coverage report is viewable in build/coverage
directory, and can be generated with;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sharepoint_rest_api-0.19.tar.gz
(12.8 kB
view details)