migrated all pawprint work
This commit is contained in:
14
artery/veins/__init__.py
Normal file
14
artery/veins/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Veins - Stateless API connectors.
|
||||
|
||||
Each vein follows the pattern:
|
||||
core/ - Isolated API client (no FastAPI dependency)
|
||||
api/ - FastAPI routes wrapping the core
|
||||
models/ - Pydantic models and formatters
|
||||
ui/ - Simple test form (optional)
|
||||
|
||||
Available veins:
|
||||
- jira - Jira issue tracking
|
||||
- slack - Slack messaging
|
||||
- google - Google APIs (OAuth)
|
||||
"""
|
||||
Reference in New Issue
Block a user