-
Notifications
You must be signed in to change notification settings - Fork 0
client models
cortexmancer edited this page Jun 25, 2026
·
1 revision
Provides models for Client Database.
class Credentials(ClientBase)Database model for storing client authentication credentials.
class Token(ClientBase)Database model for storing client token.
class HidroJob(ClientBase)Abstract Database model with basic attributes for a concrete Job Model.
class StationJobs(HidroJob)Database model for storing Station Jobs.
class SeriesJobs(HidroJob)Database model for storing Series Jobs.