# TV

# TV

All the routes related to TV Channels

# Routes

# http://ip:port/getChannels/:librarieName

Parameters in the path

# Parameters


# Path

Name Type Description Required
librarieName string The librarie name true

# Responses


Status Description
200: OK All the TV Channels
404: Not Found The librarie was not found

# Data returned

[
    {
        "name": name,
        "url": url,
        "channelID": channelID,
        "id": id,
        "logo": logo
    },
    ...
]