package
2.4.1+incompatible
Repository: https://github.com/exercism/go-exercism.git
Documentation: pkg.go.dev
# Functions
NewClient returns an Exercism API Client.
NewIteration prepares an iteration of a problem in a track for submission to the API.
# Variables
ErrUnknownTrack represents an error returned when the track requested does not exist.
UserAgent lets the API know where the call is being made from.
# Structs
Client contains the necessary information to contact the Exercism APIs.
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.
Recent contains information about the user's most recently submitted exercise on a particular language track.
StatusInfo contains information about a user's status on a particular language track.
Submission is an iteration that has been submitted to the API.
SubmissionInfo contains state information about a submission.
Track is a collection of problems in a given language.
# Type aliases
Slugs is a collection of slugs, all of which are the names of exercises.