Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Repository files navigation

go-statuspage-api

Go library for StatusPage.io API

Usage

Base

package main

import "github.com/yfronto/go-statuspage-api"

const (
  apiKey = "....."
  pageID = "....."
)

func main() {
  c, err := statuspage.NewClient(apiKey, pageID)
  if err != nil {
    // ...
   }
   // Do stuff
}

Things are still in progress.

About

Go library for StatusPage.io API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages