@@ -9,7 +9,7 @@ There is already a library called [pycdstar](https://pypi.org/project/pycdstar/)
...
@@ -9,7 +9,7 @@ There is already a library called [pycdstar](https://pypi.org/project/pycdstar/)
The `pycdstar3.CDStar` class closely reassembles the actual CDSTAR v3 REST API, one method per API endpoint. It provides basic connection pooling, transaction management, error handling and json parsing on top of the `requests` library, but tries to stay out of your way otherwise. Use this if you already know the CDSTAR API and need maximum control.
The `pycdstar3.CDStar` class closely reassembles the actual CDSTAR v3 REST API, one method per API endpoint. It provides basic connection pooling, transaction management, error handling and json parsing on top of the `requests` library, but tries to stay out of your way otherwise. Use this if you already know the CDSTAR API and need maximum control.
@@ -26,7 +26,7 @@ with cdstar.begin(autocommit=True): # Wrap everything in a transaction (optiona
...
@@ -26,7 +26,7 @@ with cdstar.begin(autocommit=True): # Wrap everything in a transaction (optiona
For a more fluent and high-level approach, wrap your `CDStar` instance in a `CDStarVault`. This hides the HTTP layer behind an object-oriented API and offers convenient wrappers and methods for the most common operations.
For a more fluent and high-level approach, wrap your `CDStar` instance in a `CDStarVault`. This hides the HTTP layer behind an object-oriented API and offers convenient wrappers and methods for the most common operations.