Skip to content

cangiremir/awqatsalah-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AwqatSalah API Client for Go

A go client for the Awqat Salah API.

MIT License Release Version

Installing

Use go get to retrieve the library and add it to the your GOPATH workspace, or project's Go module dependencies.

go get github.com/cangiremir/awqatsalah-go

Usage

client, err := awqatsalah.New(awqatsalah.Credentials{
		Email:    '',
		Password: '',
	})

countries, err := c.Countries()
if err != nil {
    log.Fatalf("error getting countries: %v", err)
}

return countries

About

Go client for the Awqat Salah API

Resources

License

Stars

Watchers

Forks

Languages