See: Description
| Interface | Description |
|---|---|
| MarketplaceClient |
Client interface for the Atlassian Marketplace 2.0 API.
|
| Class | Description |
|---|---|
| MarketplaceClientFactory |
Static factory methods for creating the standard implementation of
MarketplaceClient. |
| Exception | Description |
|---|---|
| MpacException |
Base class for all exceptions thrown by
MarketplaceClient. |
| MpacException.CannotUpdateNonServerSideEntity |
Indicates that an
update method was called for an object that did not come from
the Marketplace server. |
| MpacException.ConnectionFailure |
Indicates that the client was unable to make an HTTP connection to the server, or that
a request timed out before a response was received.
|
| MpacException.InvalidResponseError |
Indicates that the server returned a response that could not be parsed.
|
| MpacException.ServerError |
Indicates that the server returned an HTTP error status code.
|
Copyright © 2016 Atlassian. All rights reserved.