Part of elisa.plugins.shoutcast.shoutcast_resource View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
66 | Method | __init__ | Undocumented |
76 | Method | clean | Clean the component. |
298 | Method | get | /genres (-> list of user-configured genres) |
Inherited from ResourceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
94 | Method | post | Update the resource pointed by uri with
parameters .
|
107 | Method | put | Put one resource into another. Both resources are identified with URIs. |
129 | Method | delete | Delete a Resource represented by a URI. |
Inherited from Component (via ResourceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
130 | Method | initialize | Initialize the component. |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |
/genres (-> list of user-configured genres) /genre/genre_name (-> list of streams) /station/path/to/stream/base?id=station_id
/popular_stations (-> list of stations) /stations_by_country (-> list of countries) /country/name (-> list of stations) /decades (-> list of user-configured decades) /decade/name (-> list of stations)
/search/query (-> list of stations)
/all_genres (-> all genres available on shoutcast)
Later: /favorites (-> list of stations)