MCPcopy Create free account

hub / github.com/daftshady/dropbeat / types & classes

Types & classes38 in github.com/daftshady/dropbeat

↓ 4 callersClassPlaylistException
dropbeat/exceptions.py:13
↓ 3 callersClassResourceError
toolkit/resource.py:37
↓ 3 callersClassUserException
dropbeat/exceptions.py:9
↓ 2 callersClassFileBroker
For debug mode, we don't need to use asynchronous search with celery and redis broker. To achieve this without modifying client code, server m
dropbeat/utils.py:32
↓ 2 callersClassTrackException
dropbeat/exceptions.py:17
↓ 1 callersClassApi
Implements a registry which ties together the various resources making up an API. Optionally supplying `api_name` allows you to name the API.
toolkit/api.py:15
↓ 1 callersClassDotDict
Provides dot(.) accessor to `dict`. NOTE that this doesn't work properly in case of nested dict.
test/test-api.py:18
↓ 1 callersClassHealthCheckResource
Checks whether this host is alive or not.
api/views_v1.py:25
↓ 1 callersClassPathError
toolkit/resource.py:41
↓ 1 callersClassPlaylistManager
dropbeat/managers.py:37
↓ 1 callersClassPlaylistResource
api/views_v1.py:80
↓ 1 callersClassRouter
Api url router
test/test-api.py:35
↓ 1 callersClassSearchResource
api/views_v1.py:190
↓ 1 callersClassSessionStore
Implements Redis database session store.
toolkit/redis_session.py:78
↓ 1 callersClassTestRunner
Base test runner for dropbeat.
test/test-api.py:188
↓ 1 callersClassTrackManager
dropbeat/managers.py:79
↓ 1 callersClassTrackResource
api/views_v1.py:157
↓ 1 callersClassUserManager
dropbeat/managers.py:14
↓ 1 callersClassUserResource
api/views_v1.py:34
ClassApiError
toolkit/api.py:11
ClassAuthBackend
dropbeat/auth.py:21
ClassChoiceEnum
Enum class which can be used in django field choices.
dropbeat/utils.py:14
ClassDropbeatException
dropbeat/exceptions.py:5
ClassDropbeatResource
If a single object is returned in json resp, use a resource name as data key. If multiple objects are returned (json list), we use `data` as a
api/views_v1.py:15
ClassDropbeatTest
This can be added to `TestRunner`.
test/test-api.py:72
ClassErrorCode
Error codes for HTTP response.
dropbeat/constants.py:4
ClassMeta
dropbeat/models.py:60
ClassMeta
dropbeat/models.py:93
ClassMeta
dropbeat/models.py:127
ClassMigration
dropbeat/migrations/0001_initial.py:11
ClassPlaylist
Playlist @field: uid Use this uid to identify playlist (per user) as we don't want to reveal sequential primary key to client. Ho
dropbeat/models.py:75
ClassResource
Base resource class. Provides easy and straightforward interface to route paths. NOTE that all resources that inherits from this class must be
toolkit/resource.py:45
ClassSerializeMixins
dropbeat/models.py:20
ClassTestSuite
test/test-api.py:68
ClassTrack
Track @field: name Track name from streaming sources. This name is a string field which will not be synchronized with the
dropbeat/models.py:110
ClassTrackSource
Streaming source of track.
dropbeat/constants.py:21
ClassUser
dropbeat/models.py:57
ClassYoutube
dropbeat/youtube.py:14