Skip to content

Commit c3a73fe

Browse files
authored
Merge pull request #7 from ZPascal/update-the-documentation
Update the documentation
2 parents 7115e2d + 50977ec commit c3a73fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Grafana API SDK ![Coverage report](https://github.com/ZPascal/grafana_api_sdk/blob/main/docs/coverage.svg)
2-
The repository includes an SDK for the Grafana API. It's possible to communicate with the Grafana API endpoints. Another feature of the SDK is the possibility to specify the used folder for the dashboard.
2+
The repository includes a Python SDK for the Grafana API. It's possible to communicate with the Grafana API endpoints. Another feature of the SDK is the possibility to specify the used folder for the dashboard.
3+
4+
## Differences between [grafana-client](https://github.com/panodata/grafana-client), [grafana_api](https://github.com/m0nhawk/grafana_api/) and the [grafana_api_sdk](https://github.com/ZPascal/grafana_api_sdk)
5+
The grafana-client is only a fork of the non-maintained grafana_api repository. In general, the grafana-client project started at the same time, as I started this project. The corresponding SDK is a completely new project and based on non-other project and include a few features that are currently not implemented inside the grafana-client.
6+
7+
The main feature that is implemented inside this library:
8+
9+
- Grafana V8 Alerting API support (possibility to communicate (currently read only) with the attached Prometheus and Alertmanager)
10+
11+
In general my focus inside this project is to implement and deliver old and new features from the Grafana API, to document all features and functionality clear and to increase the overall test coverage of the project.
312

413
## Currently, supported features
514

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/ZPascal/grafana_api_sdk",
1818
project_urls={
19+
"Source": "https://github.com/ZPascal/grafana_api_sdk",
1920
"Bug Tracker": "https://github.com/ZPascal/grafana_api_sdk/issues",
21+
"Documentation": "https://zpascal.github.io/grafana_api_sdk/",
2022
},
2123
classifiers=[
2224
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)