- Added `rest_api` module with client and authentication classes. - Implemented `LobsterRestApiClient` for interacting with the REST API. - Created models for job and protocol responses using Pydantic. - Developed examples demonstrating basic usage, API token authentication, job execution, and error handling. - Added unit tests for authentication and client methods, including error handling scenarios. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_client.py | ||
| test_rest_api.py | ||
| test_webhooks.py | ||