package
0.0.0-20201221011027-e35b75b17896
Repository: https://github.com/kawata-wip/api.git
Documentation: pkg.go.dev

# Packages

Package internals has methods that suit none of the API packages.
Package peppy implements the osu! API as defined on the osu-api repository wiki (https://github.com/ppy/osu-api/wiki).
Package v1 implements the first version of the Ripple API.
Package websockets implements functionality related to the API websockets.

# Functions

BearerToken parses a Token given in the Authorization header, with the Bearer prefix.
GetTokenFull retrieves an user ID and their token privileges knowing their API token.
Method wraps an API method to a HandlerFunc.
PeppyMethod generates a method for the peppyapi.
Start begins taking HTTP connections.