Closed mattrobenolt closed 9 years ago
The response returned from Marathon is different when specifying a version, and when not. When asking without a specific version, Marathon returns the AppById struct, and with a version, the Application struct.
AppById
Application
Thanks for the PRs!
The response returned from Marathon is different when specifying a version, and when not. When asking without a specific version, Marathon returns the
AppById
struct, and with a version, theApplication
struct.