Skip to content

Commit

Permalink
June 27 ESI Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GESI Bot authored and GESI Bot committed Jun 27, 2018
1 parent b0db35d commit 6924c26
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
70 changes: 35 additions & 35 deletions dist/endpoints.gs
Original file line number Diff line number Diff line change
Expand Up @@ -3969,41 +3969,6 @@ ENDPOINTS = {
],
"summary": "Per faction breakdown of faction warfare statistics"
},
"fw_systems": {
"description": "An overview of the current ownership of faction warfare solar systems",
"headers": [
{
"name": "contested"
},
{
"name": "occupier_faction_id"
},
{
"name": "owner_faction_id"
},
{
"name": "solar_system_id"
},
{
"name": "victory_points"
},
{
"name": "victory_points_threshold"
}
],
"method": "GET",
"path": "/v1/fw/systems/",
"parameters": [
{
"description": "Default: True, Boolean if column headings should be listed or not.",
"in": "parameters",
"name": "opt_headers",
"type": "string",
"required": false
}
],
"summary": "All faction warfare solar systems"
},
"fw_wars": {
"description": "Data about which NPC factions are at war",
"headers": [
Expand Down Expand Up @@ -7525,6 +7490,41 @@ ENDPOINTS = {
],
"summary": "Information about a dogma effect"
},
"fw_systems": {
"description": "An overview of the current ownership of faction warfare solar systems",
"headers": [
{
"name": "contested"
},
{
"name": "occupier_faction_id"
},
{
"name": "owner_faction_id"
},
{
"name": "solar_system_id"
},
{
"name": "victory_points"
},
{
"name": "victory_points_threshold"
}
],
"method": "GET",
"path": "/v2/fw/systems/",
"parameters": [
{
"description": "Default: True, Boolean if column headings should be listed or not.",
"in": "parameters",
"name": "opt_headers",
"type": "string",
"required": false
}
],
"summary": "All faction warfare solar systems"
},
"eve_search": {
"description": "Search for entities that match a given sub",
"headers": [
Expand Down
20 changes: 10 additions & 10 deletions dist/functions.gs
Original file line number Diff line number Diff line change
Expand Up @@ -978,16 +978,6 @@ function fw_stats(opt_headers) {
return parseData_(arguments.callee.name,{opt_headers:opt_headers})
}

/**
* An overview of the current ownership of faction warfare solar systems
* @param {string} opt_headers Default: True, Boolean if column headings should be listed or not.
* @return All faction warfare solar systems
* @customfunction
*/
function fw_systems(opt_headers) {
return parseData_(arguments.callee.name,{opt_headers:opt_headers})
}

/**
* Data about which NPC factions are at war
* @param {string} opt_headers Default: True, Boolean if column headings should be listed or not.
Expand Down Expand Up @@ -1823,6 +1813,16 @@ function dogma_effects_effect(effect_id, opt_headers) {
return parseData_(arguments.callee.name,{effect_id:effect_id,opt_headers:opt_headers})
}

/**
* An overview of the current ownership of faction warfare solar systems
* @param {string} opt_headers Default: True, Boolean if column headings should be listed or not.
* @return All faction warfare solar systems
* @customfunction
*/
function fw_systems(opt_headers) {
return parseData_(arguments.callee.name,{opt_headers:opt_headers})
}

/**
* Search for entities that match a given sub
* @param {array} categories (Required) Type of entities to search for
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e560028ebbc478bda7e41aee43570e5dd2607562d831e0139eb27d1b
c733ba8c93c739d930d8de0a458f098cccd037ff03cd55bee2379df9

0 comments on commit 6924c26

Please sign in to comment.