package
1.9.2
Repository: https://github.com/manusajith/cli.git
Documentation: pkg.go.dev

# Functions

Demo fetches the first problem in each language track.
No description provided by the author
Fetch retrieves problems from the API.
Submit posts code to the API.
Tracks gets the current list of active and inactive language tracks.
Unsubmit deletes a submission.

# Variables

UserAgent lets the API know where the call is being made from.

# Structs

Iteration represents a version of a particular exercise.
PayloadError represents an error message from the API.
PayloadProblems represents a response containing problems.
PayloadSubmission represents metadata about a successful submission.
Problem represents a specific problem in a given language track.
Submission is an iteration that has been submitted to the API.
Track is a collection of problems in a given language.