James O'Gorman 89bacd6ee3 Set User-Agent header
It's nice to third parties if you set User-Agent so the caller can be
identified. By default Go will set a User-Agent header to a string like
"Go-http-client/1.1".

The library now sets it to a string that identifies the source of the
program (github.com/jamesog/aaisp-chaos) and the compiled Go OS, arch
and version, to aid any potential debugging:

    chaos-go (darwin; amd64; go1.15.5) github.com/jamesog/aaisp-chaos
2020-11-28 15:56:16 +00:00
2020-11-28 15:56:16 +00:00
2019-10-13 17:51:09 +01:00
2019-10-13 17:40:38 +01:00

Andrews and Arnold CHAOS API

The chaos package allows interacting with the Andrews and Arnold CHAOS API.

Implemented features:

  • Broadband info
  • Broadband quota
  • Broadband PPP kill
  • Broadband ordering
  • Broadband availability checker
  • Broadband ordering
  • Login info
  • Login adjustment
Description
No description provided
Readme MIT 276 KiB
Languages
Go 97.6%
Dockerfile 2.4%