package
1.7.1
Repository: https://github.com/jish/cli.git
Documentation: pkg.go.dev

# Functions

Demo fetches the first problem in each language track.
Fetch retrieves problems from the API.
Submit posts code to the API.
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.