T - The type of request to createpublic interface TrustedRequestFactory<T extends TrustedRequest>
extends com.atlassian.sal.api.net.RequestFactory
TrustedRequests. Requests are used to make network calls, using Trusted Apps authentication.
The rest plugin provides the default implementation for this interface.| Modifier and Type | Method and Description |
|---|---|
T |
createTrustedRequest(com.atlassian.sal.api.net.Request.MethodType methodType,
String url)
Creates a request of given
Request.MethodType to given url. |
Copyright © 2018 Atlassian. All rights reserved.