icii

command module
v0.0.0-...-9992a52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2018 License: MIT Imports: 1 Imported by: 0

README

icii

Go Report Card GoDoc

Stream MP3 files to icecast with go.

API Paths

V1

/api/v1/

/user
    POST    |   Create a user account.
/user/login
    POST    |   Login and receive a token.
/user/edit
    POST    |   Update user account information.
    GET     |   Get user account information.
    DELETE  |   Delete the user account.
/station
    POST    |   Create a station.
/station/:id
    POST    |   Update a station.
    GET     |   Get station information.
    DELETE  |   Delete the station.
/station/:id/track
    POST    |   Upload a track.
/station/:id/track/:id
    POST    |   Update track information.
    GET     |   Get track information.
    DELETE  |   Delete the track.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
ice
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL