Skip to content

Commit 01639cb

Browse files
update README
1 parent 3addda1 commit 01639cb

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Connected Systems API for Python (conSys4Py)
22
This package aims to help simplify the process of communicating with OGC's Connected Systems API.
33

4-
**Note:** This package is still in development and as such some of the features are lower level than they will be upon
4+
---
5+
## References:
6+
- [OGC API - Connected Systems Github](https://github.com/opengeospatial/ogcapi-connected-systems)
7+
- [Part 1: Reference(DRAFT)](https://docs.ogc.org/DRAFTS/23-001r0.html)
8+
- [Part 1: OpenAPI](https://opengeospatial.github.io/ogcapi-connected-systems/redoc/?url=../api/part1/openapi/openapi-connectedsystems-1.yaml)
9+
- [Part 2: Reference(DRAFT)](https://opengeospatial.github.io/ogcapi-connected-systems/api/part2/standard/23-002r0.html)
10+
- [Part 2: OpenAPI](https://opengeospatial.github.io/ogcapi-connected-systems/redoc/?url=../api/part2/openapi/openapi-connectedsystems-2.yaml)
11+
---
12+
## Using the API
13+
*Note: This package is still in development and as such some of the features are lower level than they will be upon
514
a full release and are subject to change. Some features may not yet be fully tested as the spec is evolving and
6-
differences may arise.
15+
differences may arise.*
716

8-
## Using the API
917
Currently, there are 3 main intended ways of using this API:
1018
1. Direct API calls: With the part_1 and part_2 modules, there are separate files names for resource types recognized
1119
by the API that have simple functions relating to different types of requests you can make of the API.

0 commit comments

Comments
 (0)