public interface MarketoClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiToken(MarketoClientConfiguration config)
Retrieve an API token used for interacting with the Marketo API.
|
List<MarketoField> |
getFields(MarketoClientConfiguration config)
Retrieve all of the available forms from the current organization in Marketo.
|
List<MarketoForm> |
getForms(MarketoClientConfiguration config)
Retrieve all of the available forms from the current organization in Marketo.
|
@Nonnull String getApiToken(@Nonnull MarketoClientConfiguration config) throws IOException
config - the configuration to use to retrieve the tokenIOException - an error occurs retrieving the token@Nonnull List<MarketoForm> getForms(@Nonnull MarketoClientConfiguration config) throws IOException
config - the configuration for this requestIOException - an exception occurs interacting with the API@Nonnull List<MarketoField> getFields(@Nonnull MarketoClientConfiguration config) throws IOException
config - the configuration for this requestIOException - an exception occurs interacting with the APICopyright © 2013–2020 Adobe. All rights reserved.