Package org.dnsge.powerschoolapi.util
Interface DocumentFetcher
-
public interface DocumentFetcher
Provides implementations for getting a URL- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jsoup.nodes.Document
get(java.lang.String url)
Returns a Document from a HTTP GET request
-