- 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 | ||
| basic_usage.py | ||
| legacy_rest_api_examples.py | ||
| webhook_examples.py | ||