Categorygithub.com/quantumsheep/go-hackerrank
repositorypackage
1.0.1
Repository: https://github.com/quantumsheep/go-hackerrank.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

HackerRank API client for Go

This is a Go client for the HackerRank API.

It works by parsing HackerRank's OpenAPI specification and generating Go code to interact with the API. A custom program needed to be written to generate the Go code because the HackerRank's OpenAPI specification is not compatible with existing Go OpenAPI client generators.

Installation

go get github.com/quantumsheep/go-hackerrank

Usage

See the examples directory for usage examples.