go-plausible

Plausible API wrapper for Go

MIT License

Stars
17

Bot releases are hidden (Show)

go-plausible - v0.4.0 - Add support for Event API and expand sites API Latest Release

Published by andrerfcsantos 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/andrerfcsantos/go-plausible/compare/v0.3.1...v0.4.0

go-plausible - v0.3.1

Published by andrerfcsantos about 2 years ago

Changelog

Full Changelog: https://github.com/andrerfcsantos/go-plausible/compare/v0.3.0...v0.3.1

go-plausible - v0.3.0 - Add visits and events metrics

Published by andrerfcsantos about 2 years ago

This version adds support for the visits and event metrics

Changelog:

  • Add visits and events metrics (#2) by @francois2metz
go-plausible - v0.2.0

Published by andrerfcsantos over 3 years ago

This version adds support for the Site Provisioning API and some bug fixes.

Changelog:

  • Added support for the Site Provisioning API
  • Added unit and integration tests
  • Fixed a bug where dates were not being correctly formatted
  • Documentation was reviewed and improved
  • (breaking change) Filter methods now receive and return a Filter and not *Filter. This makes chained calls usable directly in query fields directly.
go-plausible -

Published by andrerfcsantos over 3 years ago

This is the initial version of go-plausible

  • Added support for the Plausible Stats API