Documentation
¶
Index ¶
- Constants
- func FetchAuthSession(username, password string) (*http.Response, error)
- func FetchContestPage(contest string) (*http.Response, error)
- func FetchHomePage() (*http.Response, error)
- func FetchProblemPage(contest, problem string) (*http.Response, error)
- func FetchProblems(contest string) (*http.Response, error)
- func FetchSubmissionDetail(contest, submissionID string) (*http.Response, error)
- func FetchSubmissionsMe(contest string) (*http.Response, error)
- func FetchSubmitPage(contest string) (*http.Response, error)
- func GetAtcoderUrl(p ...string) string
- func PostProblemAnswer(contest, problem, lang, code string) (*http.Response, error)
- func SetCookie(req *http.Request) error
Constants ¶
View Source
const ATCODER_URL = "https://atcoder.jp/"
Variables ¶
This section is empty.
Functions ¶
func FetchHomePage ¶
func FetchSubmissionDetail ¶ added in v0.6.0
func FetchSubmissionsMe ¶ added in v0.6.0
func GetAtcoderUrl ¶
func PostProblemAnswer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.