Skip to content

Go client for Yandex.Telemost API

License

essentialkaos/telemost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Coverage Status Codacy badge GitHub Actions CI Status GitHub Actions CodeQL Status

Usage exampleCI StatusContributingLicense


telemost is client for Yandex.Telemost API.

Usage example

package main

import (
  "fmt"

  "github.com/essentialkaos/telemost"
)

func main() {
  api, err := telemost.NewClient("myToken1234")

  if err != nil {
    fmt.Println(err)
    return
  }

  // Create new conference
  cnf, err := api.Create(&telemost.Conference{})

  if err != nil {
    fmt.Println(err)
    return
  }

  fmt.Printf("Conference %s created, join — %s\n", cnf.ID, cnf.JoinURL)
}

CI Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0

About

Go client for Yandex.Telemost API

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •