changelog

package
v0.0.0-...-4670381 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package changelog provides handlers for fetching the API changelog for the API. Functionality in this package is primarily tested using API tests within the /tests directory of this project.

Changelogs for an API provide a way for consumers to see what changes have been made to it over time. Particularly useful for client developers during preventative maintenance and upgrades to check for fixes and new features so they can decide whether to make changes their end.

Regardless of the actual versioning approach used, versioning is key to a good changelog. Sensible client developers will document the version they are targetting and expect to easily find all changes since then in the API changelog.

I've used a changelog here to show the changes to the API itself, not the source code.

Keep a Changelog: https://keepachangelog.com/en/1.0.0/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChangelogHandler

func ChangelogHandler(res http.ResponseWriter, req *http.Request)

ChangelogHandler handles requests for the APIs changelog

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL