package
0.0.0-20240418084808-8ee748d62865
Repository: https://github.com/mal0ner/wikiscrape.git
Documentation: pkg.go.dev

# Structs

MediaWiki API error format, for a list of error codes and their associated information see: http://tinyurl.com/mwerrorcodes.
Wraps methods for retrieving and parsing pages on a MediaWiki based website.

# Interfaces

Response denotes the methods one should implement on the API response struct for a specific wiki.
Scraper denotes the methods one should implement on the scraper struct for a specific wiki in order to handle requests.