Capitol is accessible via the URL /capitol
.
The list of methods below represents changes and additions to the methods that all Buildings share.
This method is extended to return the cost to rename your empire
Accepts either fixed arguments or a hash of named parameters
( session_id, building_id )
( parameter_hash )
A session ID
This buildings ID
{
"status" : { ... },
"rename_empire_cost" : 29,
}
Spend some essentia to rename your empire. The cost is given in the rename_empire_cost
field as returned by view
Accepts either fixed arguments or a hash of named parameters
( session_id, building_id, name )
( parameter_hash )
A session ID
This buildings ID
The new name of your empire
{
"status" : { ... }
}