- action(String) - Method in class org.mediawiki.api.json.Api
-
Start building a request for a particular action.
- Api - Class in org.mediawiki.api.json
-
Client wrapper for connecting to a MediaWiki installation's API.
- Api(String) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname.
- Api(String, String) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname and user agent.
- Api(String, String, HashMap<String, String>) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname, custom headers, and user agent.
- Api(String, HashMap<String, String>) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname and custom headers.
- Api(String, boolean) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname and whether to use HTTPS or not.
- Api(String, boolean, String) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object with given only hostname, whether to use HTTPS or not, and endpoint path.
- Api(String, boolean, String, HashMap<String, String>) - Constructor for class org.mediawiki.api.json.Api
-
Create an Api object
- ApiException - Exception in org.mediawiki.api.json
-
Wrapper exception thrown whenever there's an unrecoverable error from the Api.
- ApiException(Exception) - Constructor for exception org.mediawiki.api.json.ApiException
-
- ApiException(String, String) - Constructor for exception org.mediawiki.api.json.ApiException
-
- ApiResult - Class in org.mediawiki.api.json
-
Encapsulates the result of performing an API call.
- asArray() - Method in class org.mediawiki.api.json.ApiResult
-
Start the network request & return the response as a JSON Array.
- asObject() - Method in class org.mediawiki.api.json.ApiResult
-
Start the network request & return the response as a JSON Object.