Skip to content

jtarang/goremotsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt textgoRemotsy GoDoc Build Status Go Report Card

Remotsy library for Go/Golang

Example

Replace creds.Username = "" with your acutal username

Replace creds.Password = "" with your acutal password

Click here to download example.go

package main

import (
    "fmt"
    "github.com/jaytarang92/goremotsy"
)

func main() {
    remotsyAPI := remotsy.Remotsy{}
    remotsyAPI.Username = ""
    remotsyAPI.Password = ""
    remotes := remotsyAPI.GetRemotes()
    fmt.Println(remotes)
}

Credits

Thanks to Jorge Cisneros (Creator of Remotsy) 😃 @Github

About

Remotsy library for Go/Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages