action haloapi_halo_wars_2_game_objects {
label: "Halo Wars 2 - Game Objects"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n
\n"
provider: haloapi
method: GET
path: "/hw2/game-objects"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
startAt: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}