Last active
August 5, 2018 04:26
-
-
Save mysteriouspants/cd5351f6793e78b37d07b5a810df973f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SWAGGER_CODEGEN_JAR_NAME="swagger-codegen-cli-2.4.0-20180804.163312-304.jar" | |
SWAGGER_CODEGEN_JAR_URL="https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.0-SNAPSHOT/$SWAGGER_CODEGEN_JAR_NAME" | |
ESI_SWAGGER_DEFINITION_URL="https://esi.evetech.net/latest/swagger.json?datasource=tranquility" | |
if [ ! -f "$SWAGGER_CODEGEN_JAR_NAME" ]; then | |
wget $SWAGGER_CODEGEN_JAR_URL | |
fi | |
java -jar $SWAGGER_CODEGEN_JAR_NAME generate \ | |
-l rust \ | |
-o esi \ | |
-i $ESI_SWAGGER_DEFINITION_URL | |
cd esi | |
cargo build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xpm@vegas:~/Code$ sh esi_swagger_rs.sh | |
[main] INFO io.swagger.parser.Swagger20Parser - reading from https://esi.evetech.net/latest/swagger.json?datasource=tranquility | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/bad_request.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/BadRequest.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/DeleteCharactersCharacterIdMailLabelsLabelIdUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/delete_fleets_fleet_id_members_member_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/DeleteFleetsFleetIdMembersMemberIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/delete_fleets_fleet_id_squads_squad_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/DeleteFleetsFleetIdSquadsSquadIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/delete_fleets_fleet_id_wings_wing_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/DeleteFleetsFleetIdWingsWingIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/error_limited.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/ErrorLimited.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/forbidden.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/Forbidden.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/gateway_timeout.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GatewayTimeout.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_contacts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdContacts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_contacts_labels_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdContactsLabels200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_icons_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdIconsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_icons_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdIconsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_alliances_alliance_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetAlliancesAllianceIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_agents_research_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdAgentsResearch200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_assets_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdAssets200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_attributes_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdAttributesOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_blueprints_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdBlueprints200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_bookmarks_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdBookmarks200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_bookmarks_coordinates.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdBookmarksCoordinates.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_bookmarks_folders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdBookmarksFolders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_bookmarks_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdBookmarksItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_calendar_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCalendar200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCalendarEventIdAttendees200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_calendar_event_id_attendees_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCalendarEventIdAttendeesNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_calendar_event_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCalendarEventIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_calendar_event_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCalendarEventIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_clones_home_location.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdClonesHomeLocation.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_clones_jump_clone.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdClonesJumpClone.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_clones_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdClonesOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contacts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContacts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contacts_labels_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContactsLabels200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contracts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContracts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContractsContractIdBids200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contracts_contract_id_bids_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContractsContractIdBidsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contracts_contract_id_items_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_contracts_contract_id_items_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdContractsContractIdItemsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_corporationhistory_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdCorporationhistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fatigue_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFatigueOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fittings_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFittings200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fittings_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFittingsItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fleet_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFleetNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fleet_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFleetOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fw_stats_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFwStatsKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fw_stats_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFwStatsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_fw_stats_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdFwStatsVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_industry_jobs_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdIndustryJobs200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_killmails_recent_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdKillmailsRecent200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_location_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdLocationOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_loyalty_points_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdLoyaltyPoints200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMail200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_labels_label.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailLabelsLabel.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_labels_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailLabelsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_lists_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailLists200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_mail_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailMailIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_mail_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailMailIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_mail_id_recipient.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailMailIdRecipient.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mail_recipient.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMailRecipient.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_medals_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMedals200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_medals_graphic.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMedalsGraphic.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_mining_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdMining200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_notifications_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdNotifications200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_notifications_contacts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdNotificationsContacts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_online_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdOnlineOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_opportunities_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdOpportunities200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_orders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdOrders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_orders_history_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdOrdersHistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanets200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_content.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdContent.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_extractor_details.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_factory_details.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_head.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdHead.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_link.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdLink.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_pin.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdPin.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_planets_planet_id_route.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPlanetsPlanetIdRoute.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_portrait_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPortraitNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_portrait_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdPortraitOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_roles_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdRolesOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_search_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdSearchOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_ship_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdShipOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_skillqueue_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdSkillqueue200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_skills_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdSkillsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_skills_skill.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdSkillsSkill.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_standings_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStandings200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStats200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_character.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsCharacter.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_combat.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsCombat.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_industry.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsIndustry.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_inventory.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsInventory.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_isk.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsIsk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_market.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsMarket.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_mining.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsMining.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_module.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsModule.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_orbital.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsOrbital.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_pve.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsPve.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_social.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsSocial.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_stats_travel.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdStatsTravel.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_titles_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdTitles200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_wallet_journal_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdWalletJournal200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_characters_character_id_wallet_transactions_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCharactersCharacterIdWalletTransactions200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporation_corporation_id_mining_extractions_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationCorporationIdMiningExtractions200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporation_corporation_id_mining_observers_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationCorporationIdMiningObservers200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationCorporationIdMiningObserversObserverId200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_alliancehistory_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdAlliancehistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_assets_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdAssets200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_blueprints_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdBlueprints200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_bookmarks_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdBookmarks200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_bookmarks_coordinates.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdBookmarksCoordinates.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdBookmarksFolders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_bookmarks_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdBookmarksItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contacts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContacts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contacts_labels_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContactsLabels200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_containers_logs_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContainersLogs200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContracts200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContractsContractIdBids200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContractsContractIdBidsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContractsContractIdItemsError520.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdContractsContractIdItemsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_customs_offices_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdCustomsOffices200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_divisions_hangar_hangar.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdDivisionsHangarHangar.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_divisions_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdDivisionsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_divisions_wallet_wallet.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdDivisionsWalletWallet.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_facilities_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdFacilities200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_fw_stats_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdFwStatsKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_fw_stats_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdFwStatsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_fw_stats_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdFwStatsVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_icons_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdIconsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_icons_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdIconsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_industry_jobs_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdIndustryJobs200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_killmails_recent_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdKillmailsRecent200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_medals_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdMedals200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_medals_issued_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdMedalsIssued200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_members_titles_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdMembersTitles200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_membertracking_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdMembertracking200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_orders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdOrders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_orders_history_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdOrdersHistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_roles_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdRoles200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_roles_history_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdRolesHistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_shareholders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdShareholders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_standings_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStandings200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_starbases_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStarbases200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStarbasesStarbaseIdFuel.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_starbases_starbase_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStarbasesStarbaseIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_structures_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStructures200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_structures_service.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdStructuresService.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_titles_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdTitles200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_wallets_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdWallets200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetCorporationsCorporationIdWalletsDivisionTransactions200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_attributes_attribute_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaAttributesAttributeIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_attributes_attribute_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaAttributesAttributeIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaDynamicItemsTypeIdItemIdDogmaEffect.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_dynamic_items_type_id_item_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaDynamicItemsTypeIdItemIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_dynamic_items_type_id_item_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaDynamicItemsTypeIdItemIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_effects_effect_id_modifier.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaEffectsEffectIdModifier.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_effects_effect_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaEffectsEffectIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_dogma_effects_effect_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetDogmaEffectsEffectIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_members_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdMembers200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_members_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdMembersNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_wings_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdWings200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_wings_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdWingsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fleets_fleet_id_wings_squad.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFleetsFleetIdWingsSquad.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_active_total_active_total.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsActiveTotalActiveTotal.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_active_total_active_total_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsActiveTotalActiveTotal1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_active_total_active_total.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersActiveTotalActiveTotal.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_active_total_active_total_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersActiveTotalActiveTotal1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_last_week_last_week.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersLastWeekLastWeek.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_last_week_last_week_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersLastWeekLastWeek1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_yesterday_yesterday.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersYesterdayYesterday.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCharactersYesterdayYesterday1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_active_total_active_total.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsActiveTotalActiveTotal.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_active_total_active_total_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsActiveTotalActiveTotal1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_last_week_last_week.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsLastWeekLastWeek.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_last_week_last_week_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsLastWeekLastWeek1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_yesterday_yesterday.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsYesterdayYesterday.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsCorporationsYesterdayYesterday1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_last_week_last_week.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsLastWeekLastWeek.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_last_week_last_week_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsLastWeekLastWeek1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_yesterday_yesterday.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsYesterdayYesterday.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_leaderboards_yesterday_yesterday_1.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwLeaderboardsYesterdayYesterday1.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_stats_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwStats200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_stats_kills.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwStatsKills.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_stats_victory_points.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwStatsVictoryPoints.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_systems_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwSystems200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_fw_wars_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetFwWars200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_incursions_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetIncursions200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_industry_facilities_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetIndustryFacilities200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_industry_systems_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetIndustrySystems200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_industry_systems_cost_indice.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetIndustrySystemsCostIndice.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_insurance_prices_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetInsurancePrices200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_insurance_prices_level.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetInsurancePricesLevel.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_attacker.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashAttacker.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_items_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashItemsItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_killmails_killmail_id_killmail_hash_victim.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetKillmailsKillmailIdKillmailHashVictim.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_loyalty_stores_corporation_id_offers_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetLoyaltyStoresCorporationIdOffers200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_loyalty_stores_corporation_id_offers_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetLoyaltyStoresCorporationIdOffersNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_loyalty_stores_corporation_id_offers_required_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetLoyaltyStoresCorporationIdOffersRequiredItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_groups_market_group_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsGroupsMarketGroupIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_groups_market_group_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsGroupsMarketGroupIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_prices_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsPrices200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_history_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdHistory200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_history_error_520.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdHistoryError520.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_history_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdHistoryNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_history_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdHistoryUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_orders_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdOrders200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_orders_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdOrdersNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_region_id_orders_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsRegionIdOrdersUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_markets_structures_structure_id_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetMarketsStructuresStructureId200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_opportunities_groups_group_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetOpportunitiesGroupsGroupIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_opportunities_tasks_task_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetOpportunitiesTasksTaskIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_route_origin_destination_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetRouteOriginDestinationNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_search_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetSearchOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_sovereignty_campaigns_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetSovereigntyCampaigns200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_sovereignty_campaigns_participant.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetSovereigntyCampaignsParticipant.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_sovereignty_map_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetSovereigntyMap200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_sovereignty_structures_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetSovereigntyStructures200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_status_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetStatusOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_ancestries_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseAncestries200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseAsteroidBeltsAsteroidBeltIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseAsteroidBeltsAsteroidBeltIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_asteroid_belts_asteroid_belt_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseAsteroidBeltsAsteroidBeltIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_bloodlines_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseBloodlines200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_categories_category_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseCategoriesCategoryIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_categories_category_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseCategoriesCategoryIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_constellations_constellation_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseConstellationsConstellationIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_constellations_constellation_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseConstellationsConstellationIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_constellations_constellation_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseConstellationsConstellationIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_factions_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseFactions200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_graphics_graphic_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseGraphicsGraphicIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_graphics_graphic_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseGraphicsGraphicIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_groups_group_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseGroupsGroupIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_groups_group_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseGroupsGroupIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_moons_moon_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseMoonsMoonIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_moons_moon_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseMoonsMoonIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_moons_moon_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseMoonsMoonIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_planets_planet_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniversePlanetsPlanetIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_planets_planet_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniversePlanetsPlanetIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_planets_planet_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniversePlanetsPlanetIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_races_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseRaces200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_regions_region_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseRegionsRegionIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_regions_region_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseRegionsRegionIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_schematics_schematic_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSchematicsSchematicIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_schematics_schematic_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSchematicsSchematicIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stargates_stargate_id_destination.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStargatesStargateIdDestination.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stargates_stargate_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStargatesStargateIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stargates_stargate_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStargatesStargateIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stargates_stargate_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStargatesStargateIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stars_star_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStarsStarIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stations_station_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStationsStationIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stations_station_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStationsStationIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_stations_station_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStationsStationIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_structures_structure_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStructuresStructureIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_structures_structure_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStructuresStructureIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_structures_structure_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseStructuresStructureIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_system_jumps_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemJumps200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_system_kills_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemKills200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_systems_system_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemsSystemIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_systems_system_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemsSystemIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_systems_system_id_planet.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemsSystemIdPlanet.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_systems_system_id_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseSystemsSystemIdPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_types_type_id_dogma_attribute.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseTypesTypeIdDogmaAttribute.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_types_type_id_dogma_effect.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseTypesTypeIdDogmaEffect.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_types_type_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseTypesTypeIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_universe_types_type_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetUniverseTypesTypeIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_aggressor.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdAggressor.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_ally.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdAlly.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_defender.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdDefender.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_killmails_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdKillmails200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_killmails_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdKillmailsUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/get_wars_war_id_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/GetWarsWarIdUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/internal_server_error.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/InternalServerError.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_affiliation_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersAffiliation200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_affiliation_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersAffiliationNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_assets_locations_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdAssetsLocations200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_assets_locations_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdAssetsLocationsPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_assets_names_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdAssetsNames200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_contacts_error_520.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdContactsError520.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_fittings_created.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdFittingsCreated.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_fittings_fitting.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdFittingsFitting.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_fittings_item.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdFittingsItem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_mail_error_520.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdMailError520.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_mail_labels_label.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdMailLabelsLabel.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_mail_mail.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdMailMail.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_characters_character_id_mail_recipient.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCharactersCharacterIdMailRecipient.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_corporations_corporation_id_assets_locations_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCorporationsCorporationIdAssetsLocations200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_corporations_corporation_id_assets_locations_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCorporationsCorporationIdAssetsLocationsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_corporations_corporation_id_assets_locations_position.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCorporationsCorporationIdAssetsLocationsPosition.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_corporations_corporation_id_assets_names_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCorporationsCorporationIdAssetsNames200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_corporations_corporation_id_assets_names_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostCorporationsCorporationIdAssetsNamesNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_members_invitation.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdMembersInvitation.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_members_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdMembersNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_members_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdMembersUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_wings_created.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdWingsCreated.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_wings_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdWingsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_wings_wing_id_squads_created.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdWingsWingIdSquadsCreated.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostFleetsFleetIdWingsWingIdSquadsNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_ui_openwindow_newmail_new_mail.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUiOpenwindowNewmailNewMail.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_ui_openwindow_newmail_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUiOpenwindowNewmailUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_agent.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsAgent.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_alliance.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsAlliance.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_character.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsCharacter.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_constellation.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsConstellation.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_corporation.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsCorporation.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_faction.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsFaction.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_inventory_type.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsInventoryType.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsOk.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_region.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsRegion.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_station.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsStation.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_ids_system.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseIdsSystem.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_names_200_ok.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseNames200Ok.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/post_universe_names_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PostUniverseNamesNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_characters_character_id_calendar_event_id_response.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutCharactersCharacterIdCalendarEventIdResponse.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_characters_character_id_mail_mail_id_contents.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutCharactersCharacterIdMailMailIdContents.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_members_member_id_movement.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdMembersMemberIdMovement.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_members_member_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdMembersMemberIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdMembersMemberIdUnprocessableEntity.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_new_settings.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdNewSettings.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_squads_squad_id_naming.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdSquadsSquadIdNaming.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_squads_squad_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdSquadsSquadIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_wings_wing_id_naming.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdWingsWingIdNaming.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/put_fleets_fleet_id_wings_wing_id_not_found.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PutFleetsFleetIdWingsWingIdNotFound.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/service_unavailable.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/ServiceUnavailable.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/unauthorized.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/Unauthorized.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/alliance_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/AllianceApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/assets_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/AssetsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/bookmarks_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/BookmarksApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/calendar_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/CalendarApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/character_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/CharacterApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/clones_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/ClonesApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/contacts_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/ContactsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/contracts_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/ContractsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/corporation_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/CorporationApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/dogma_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/DogmaApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/faction_warfare_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/FactionWarfareApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/fittings_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/FittingsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/fleets_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/FleetsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/incursions_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/IncursionsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/industry_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/IndustryApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/insurance_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/InsuranceApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/killmails_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/KillmailsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/location_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/LocationApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/loyalty_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/LoyaltyApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/mail_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/MailApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/market_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/MarketApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/opportunities_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/OpportunitiesApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/planetary_interaction_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/PlanetaryInteractionApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/routes_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/RoutesApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/search_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/SearchApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/skills_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/SkillsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/sovereignty_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/SovereigntyApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/status_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/StatusApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/universe_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/UniverseApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/user_interface_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/UserInterfaceApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/wallet_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/WalletApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/wars_api.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/docs/WarsApi.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/README.md | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/git_push.sh | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/.gitignore | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/configuration.rs | |
[main] INFO io.swagger.codegen.DefaultGenerator - writing file /home/xpm/Code/esi/.travis.yml | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/client.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/apis/mod.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/src/models/mod.rs | |
[main] INFO io.swagger.codegen.DefaultGenerator - writing file /home/xpm/Code/esi/src/lib.rs | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/Cargo.toml | |
[main] INFO io.swagger.codegen.AbstractGenerator - writing file /home/xpm/Code/esi/.swagger-codegen/VERSION | |
Compiling swagger v1.0.0 (file:///home/xpm/Code/esi) | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:38:157 | |
| | |
38 | fn get_characters_character_id_assets(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:39:163 | |
| | |
39 | fn get_corporations_corporation_id_assets(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:40:156 | |
| | |
40 | fn post_characters_character_id_assets_locations(&self, character_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:41:152 | |
| | |
41 | fn post_characters_character_id_assets_names(&self, character_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:42:162 | |
| | |
42 | fn post_corporations_corporation_id_assets_locations(&self, corporation_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:43:158 | |
| | |
43 | fn post_corporations_corporation_id_assets_names(&self, corporation_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:48:157 | |
| | |
48 | fn get_characters_character_id_assets(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:115:40 | |
| | |
115 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:121:163 | |
| | |
121 | fn get_corporations_corporation_id_assets(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:188:40 | |
| | |
188 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:194:156 | |
| | |
194 | fn post_characters_character_id_assets_locations(&self, character_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:260:40 | |
| | |
260 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:266:152 | |
| | |
266 | fn post_characters_character_id_assets_names(&self, character_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:332:40 | |
| | |
332 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:338:162 | |
| | |
338 | fn post_corporations_corporation_id_assets_locations(&self, corporation_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:404:40 | |
| | |
404 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:410:158 | |
| | |
410 | fn post_corporations_corporation_id_assets_names(&self, corporation_id: i32, item_ids: Vec<i64>, datasource: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/assets_api.rs:476:40 | |
| | |
476 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:38:160 | |
| | |
38 | fn get_characters_character_id_bookmarks(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:39:168 | |
| | |
39 | fn get_characters_character_id_bookmarks_folders(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:40:166 | |
| | |
40 | fn get_corporations_corporation_id_bookmarks(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:41:174 | |
| | |
41 | fn get_corporations_corporation_id_bookmarks_folders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:46:160 | |
| | |
46 | fn get_characters_character_id_bookmarks(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:113:40 | |
| | |
113 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:119:168 | |
| | |
119 | fn get_characters_character_id_bookmarks_folders(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:186:40 | |
| | |
186 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:192:166 | |
| | |
192 | fn get_corporations_corporation_id_bookmarks(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:259:40 | |
| | |
259 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:265:174 | |
| | |
265 | fn get_corporations_corporation_id_bookmarks_folders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/bookmarks_api.rs:332:40 | |
| | |
332 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:38:165 | |
| | |
38 | fn get_characters_character_id_calendar(&self, character_id: i32, datasource: &str, from_event: i32, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:40:182 | |
| | |
40 | fn get_characters_character_id_calendar_event_id_attendees(&self, character_id: i32, event_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:46:165 | |
| | |
46 | fn get_characters_character_id_calendar(&self, character_id: i32, datasource: &str, from_event: i32, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:113:40 | |
| | |
113 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:191:182 | |
| | |
191 | fn get_characters_character_id_calendar_event_id_attendees(&self, character_id: i32, event_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/calendar_api.rs:257:40 | |
| | |
257 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:39:155 | |
| | |
39 | fn get_characters_character_id_agents_research(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:40:161 | |
| | |
40 | fn get_characters_character_id_blueprints(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:41:145 | |
| | |
41 | fn get_characters_character_id_corporationhistory(&self, character_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:43:146 | |
| | |
43 | fn get_characters_character_id_medals(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:44:153 | |
| | |
44 | fn get_characters_character_id_notifications(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:45:162 | |
| | |
45 | fn get_characters_character_id_notifications_contacts(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:48:149 | |
| | |
48 | fn get_characters_character_id_standings(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:49:145 | |
| | |
49 | fn get_characters_character_id_stats(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:50:146 | |
| | |
50 | fn get_characters_character_id_titles(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:51:108 | |
| | |
51 | fn post_characters_affiliation(&self, characters: Vec<i32>, datasource: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:112:155 | |
| | |
112 | fn get_characters_character_id_agents_research(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:178:40 | |
| | |
178 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:184:161 | |
| | |
184 | fn get_characters_character_id_blueprints(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:251:40 | |
| | |
251 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:257:145 | |
| | |
257 | fn get_characters_character_id_corporationhistory(&self, character_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:306:40 | |
| | |
306 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:384:146 | |
| | |
384 | fn get_characters_character_id_medals(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:450:40 | |
| | |
450 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:456:153 | |
| | |
456 | fn get_characters_character_id_notifications(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:522:40 | |
| | |
522 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:528:162 | |
| | |
528 | fn get_characters_character_id_notifications_contacts(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:594:40 | |
| | |
594 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:727:149 | |
| | |
727 | fn get_characters_character_id_standings(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:793:40 | |
| | |
793 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:799:145 | |
| | |
799 | fn get_characters_character_id_stats(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:865:40 | |
| | |
865 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:871:146 | |
| | |
871 | fn get_characters_character_id_titles(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:937:40 | |
| | |
937 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:943:108 | |
| | |
943 | fn post_characters_affiliation(&self, characters: Vec<i32>, datasource: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/character_api.rs:992:40 | |
| | |
992 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:39:156 | |
| | |
39 | fn get_alliances_alliance_id_contacts(&self, alliance_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:40:152 | |
| | |
40 | fn get_alliances_alliance_id_contacts_labels(&self, alliance_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:41:159 | |
| | |
41 | fn get_characters_character_id_contacts(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:42:155 | |
| | |
42 | fn get_characters_character_id_contacts_labels(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:43:165 | |
| | |
43 | fn get_corporations_corporation_id_contacts(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:44:161 | |
| | |
44 | fn get_corporations_corporation_id_contacts_labels(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:117:156 | |
| | |
117 | fn get_alliances_alliance_id_contacts(&self, alliance_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:184:40 | |
| | |
184 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:190:152 | |
| | |
190 | fn get_alliances_alliance_id_contacts_labels(&self, alliance_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:256:40 | |
| | |
256 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:262:159 | |
| | |
262 | fn get_characters_character_id_contacts(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:329:40 | |
| | |
329 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:335:155 | |
| | |
335 | fn get_characters_character_id_contacts_labels(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:401:40 | |
| | |
401 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:407:165 | |
| | |
407 | fn get_corporations_corporation_id_contacts(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:474:40 | |
| | |
474 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:480:161 | |
| | |
480 | fn get_corporations_corporation_id_contacts_labels(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contacts_api.rs:546:40 | |
| | |
546 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:38:160 | |
| | |
38 | fn get_characters_character_id_contracts(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:39:184 | |
| | |
39 | fn get_characters_character_id_contracts_contract_id_bids(&self, character_id: i32, contract_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:40:185 | |
| | |
40 | fn get_characters_character_id_contracts_contract_id_items(&self, character_id: i32, contract_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:41:166 | |
| | |
41 | fn get_corporations_corporation_id_contracts(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:42:201 | |
| | |
42 | fn get_corporations_corporation_id_contracts_contract_id_bids(&self, contract_id: i32, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:43:191 | |
| | |
43 | fn get_corporations_corporation_id_contracts_contract_id_items(&self, contract_id: i32, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:48:160 | |
| | |
48 | fn get_characters_character_id_contracts(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:115:40 | |
| | |
115 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:121:184 | |
| | |
121 | fn get_characters_character_id_contracts_contract_id_bids(&self, character_id: i32, contract_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:187:40 | |
| | |
187 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:193:185 | |
| | |
193 | fn get_characters_character_id_contracts_contract_id_items(&self, character_id: i32, contract_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:259:40 | |
| | |
259 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:265:166 | |
| | |
265 | fn get_corporations_corporation_id_contracts(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:332:40 | |
| | |
332 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:338:201 | |
| | |
338 | fn get_corporations_corporation_id_contracts_contract_id_bids(&self, contract_id: i32, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:405:40 | |
| | |
405 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:411:191 | |
| | |
411 | fn get_corporations_corporation_id_contracts_contract_id_items(&self, contract_id: i32, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/contracts_api.rs:477:40 | |
| | |
477 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:39:148 | |
| | |
39 | fn get_corporations_corporation_id_alliancehistory(&self, corporation_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:40:167 | |
| | |
40 | fn get_corporations_corporation_id_blueprints(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:41:172 | |
| | |
41 | fn get_corporations_corporation_id_containers_logs(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:43:156 | |
| | |
43 | fn get_corporations_corporation_id_facilities(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:45:163 | |
| | |
45 | fn get_corporations_corporation_id_medals(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:46:170 | |
| | |
46 | fn get_corporations_corporation_id_medals_issued(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:49:160 | |
| | |
49 | fn get_corporations_corporation_id_members_titles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:50:160 | |
| | |
50 | fn get_corporations_corporation_id_membertracking(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:51:151 | |
| | |
51 | fn get_corporations_corporation_id_roles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:52:170 | |
| | |
52 | fn get_corporations_corporation_id_roles_history(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:53:169 | |
| | |
53 | fn get_corporations_corporation_id_shareholders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:54:166 | |
| | |
54 | fn get_corporations_corporation_id_standings(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:55:166 | |
| | |
55 | fn get_corporations_corporation_id_starbases(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:57:206 | |
| | |
57 | fn get_corporations_corporation_id_structures(&self, corporation_id: i32, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:58:152 | |
| | |
58 | fn get_corporations_corporation_id_titles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:119:148 | |
| | |
119 | fn get_corporations_corporation_id_alliancehistory(&self, corporation_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:168:40 | |
| | |
168 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:174:167 | |
| | |
174 | fn get_corporations_corporation_id_blueprints(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:241:40 | |
| | |
241 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:247:172 | |
| | |
247 | fn get_corporations_corporation_id_containers_logs(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:314:40 | |
| | |
314 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:392:156 | |
| | |
392 | fn get_corporations_corporation_id_facilities(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:458:40 | |
| | |
458 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:519:163 | |
| | |
519 | fn get_corporations_corporation_id_medals(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:586:40 | |
| | |
586 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:592:170 | |
| | |
592 | fn get_corporations_corporation_id_medals_issued(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:659:40 | |
| | |
659 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:809:160 | |
| | |
809 | fn get_corporations_corporation_id_members_titles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:875:40 | |
| | |
875 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:881:160 | |
| | |
881 | fn get_corporations_corporation_id_membertracking(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:947:40 | |
| | |
947 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:953:151 | |
| | |
953 | fn get_corporations_corporation_id_roles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1019:40 | |
| | |
1019 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1025:170 | |
| | |
1025 | fn get_corporations_corporation_id_roles_history(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1092:40 | |
| | |
1092 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1098:169 | |
| | |
1098 | fn get_corporations_corporation_id_shareholders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1165:40 | |
| | |
1165 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1171:166 | |
| | |
1171 | fn get_corporations_corporation_id_standings(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1238:40 | |
| | |
1238 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1244:166 | |
| | |
1244 | fn get_corporations_corporation_id_starbases(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1311:40 | |
| | |
1311 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1390:206 | |
| | |
1390 | fn get_corporations_corporation_id_structures(&self, corporation_id: i32, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1459:40 | |
| | |
1459 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1465:152 | |
| | |
1465 | fn get_corporations_corporation_id_titles(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/corporation_api.rs:1531:40 | |
| | |
1531 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:43:92 | |
| | |
43 | fn get_fw_stats(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:44:94 | |
| | |
44 | fn get_fw_systems(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:45:91 | |
| | |
45 | fn get_fw_wars(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:359:92 | |
| | |
359 | fn get_fw_stats(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:408:40 | |
| | |
408 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:414:94 | |
| | |
414 | fn get_fw_systems(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:463:40 | |
| | |
463 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:469:91 | |
| | |
469 | fn get_fw_wars(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/faction_warfare_api.rs:518:40 | |
| | |
518 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fittings_api.rs:39:148 | |
| | |
39 | fn get_characters_character_id_fittings(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fittings_api.rs:110:148 | |
| | |
110 | fn get_characters_character_id_fittings(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fittings_api.rs:176:40 | |
| | |
176 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:43:174 | |
| | |
43 | fn get_fleets_fleet_id_members(&self, fleet_id: i64, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:44:172 | |
| | |
44 | fn get_fleets_fleet_id_wings(&self, fleet_id: i64, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:395:174 | |
| | |
395 | fn get_fleets_fleet_id_members(&self, fleet_id: i64, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:463:40 | |
| | |
463 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:469:172 | |
| | |
469 | fn get_fleets_fleet_id_wings(&self, fleet_id: i64, accept_language: &str, datasource: &str, if_none_match: &str, language: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/fleets_api.rs:537:40 | |
| | |
537 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/incursions_api.rs:38:94 | |
| | |
38 | fn get_incursions(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/incursions_api.rs:43:94 | |
| | |
43 | fn get_incursions(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/incursions_api.rs:92:40 | |
| | |
92 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:38:178 | |
| | |
38 | fn get_characters_character_id_industry_jobs(&self, character_id: i32, datasource: &str, if_none_match: &str, include_completed: bool, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:39:157 | |
| | |
39 | fn get_characters_character_id_mining(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:40:174 | |
| | |
40 | fn get_corporation_corporation_id_mining_extractions(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:41:172 | |
| | |
41 | fn get_corporation_corporation_id_mining_observers(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:42:202 | |
| | |
42 | fn get_corporation_corporation_id_mining_observers_observer_id(&self, corporation_id: i32, observer_id: i64, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:43:195 | |
| | |
43 | fn get_corporations_corporation_id_industry_jobs(&self, corporation_id: i32, datasource: &str, if_none_match: &str, include_completed: bool, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:44:103 | |
| | |
44 | fn get_industry_facilities(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:45:100 | |
| | |
45 | fn get_industry_systems(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:50:178 | |
| | |
50 | fn get_characters_character_id_industry_jobs(&self, character_id: i32, datasource: &str, if_none_match: &str, include_completed: bool, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:117:40 | |
| | |
117 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:123:157 | |
| | |
123 | fn get_characters_character_id_mining(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:190:40 | |
| | |
190 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:196:174 | |
| | |
196 | fn get_corporation_corporation_id_mining_extractions(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:263:40 | |
| | |
263 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:269:172 | |
| | |
269 | fn get_corporation_corporation_id_mining_observers(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:336:40 | |
| | |
336 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:342:202 | |
| | |
342 | fn get_corporation_corporation_id_mining_observers_observer_id(&self, corporation_id: i32, observer_id: i64, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:409:40 | |
| | |
409 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:415:195 | |
| | |
415 | fn get_corporations_corporation_id_industry_jobs(&self, corporation_id: i32, datasource: &str, if_none_match: &str, include_completed: bool, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:483:40 | |
| | |
483 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:489:103 | |
| | |
489 | fn get_industry_facilities(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:538:40 | |
| | |
538 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:544:100 | |
| | |
544 | fn get_industry_systems(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/industry_api.rs:593:40 | |
| | |
593 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/insurance_api.rs:38:139 | |
| | |
38 | fn get_insurance_prices(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/insurance_api.rs:43:139 | |
| | |
43 | fn get_insurance_prices(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/insurance_api.rs:94:40 | |
| | |
94 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:38:167 | |
| | |
38 | fn get_characters_character_id_killmails_recent(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:39:173 | |
| | |
39 | fn get_corporations_corporation_id_killmails_recent(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:45:167 | |
| | |
45 | fn get_characters_character_id_killmails_recent(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:112:40 | |
| | |
112 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:118:173 | |
| | |
118 | fn get_corporations_corporation_id_killmails_recent(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/killmails_api.rs:185:40 | |
| | |
185 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:38:154 | |
| | |
38 | fn get_characters_character_id_loyalty_points(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:39:141 | |
| | |
39 | fn get_loyalty_stores_corporation_id_offers(&self, corporation_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:44:154 | |
| | |
44 | fn get_characters_character_id_loyalty_points(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:110:40 | |
| | |
110 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:116:141 | |
| | |
116 | fn get_loyalty_stores_corporation_id_offers(&self, corporation_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/loyalty_api.rs:165:40 | |
| | |
165 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:40:181 | |
| | |
40 | fn get_characters_character_id_mail(&self, character_id: i32, datasource: &str, if_none_match: &str, labels: Vec<i32>, last_mail_id: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:42:150 | |
| | |
42 | fn get_characters_character_id_mail_lists(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:181:181 | |
| | |
181 | fn get_characters_character_id_mail(&self, character_id: i32, datasource: &str, if_none_match: &str, labels: Vec<i32>, last_mail_id: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:249:40 | |
| | |
249 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:327:150 | |
| | |
327 | fn get_characters_character_id_mail_lists(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/mail_api.rs:393:40 | |
| | |
393 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:38:146 | |
| | |
38 | fn get_characters_character_id_orders(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:39:165 | |
| | |
39 | fn get_characters_character_id_orders_history(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:40:163 | |
| | |
40 | fn get_corporations_corporation_id_orders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:41:171 | |
| | |
41 | fn get_corporations_corporation_id_orders_history(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:44:98 | |
| | |
44 | fn get_markets_prices(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:45:139 | |
| | |
45 | fn get_markets_region_id_history(&self, region_id: i32, type_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:46:167 | |
| | |
46 | fn get_markets_region_id_orders(&self, order_type: &str, region_id: i32, datasource: &str, if_none_match: &str, page: i32, type_id: i32) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:48:158 | |
| | |
48 | fn get_markets_structures_structure_id(&self, structure_id: i64, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:53:146 | |
| | |
53 | fn get_characters_character_id_orders(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:119:40 | |
| | |
119 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:125:165 | |
| | |
125 | fn get_characters_character_id_orders_history(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:192:40 | |
| | |
192 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:198:163 | |
| | |
198 | fn get_corporations_corporation_id_orders(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:265:40 | |
| | |
265 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:271:171 | |
| | |
271 | fn get_corporations_corporation_id_orders_history(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:338:40 | |
| | |
338 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:456:98 | |
| | |
456 | fn get_markets_prices(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:505:40 | |
| | |
505 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:511:139 | |
| | |
511 | fn get_markets_region_id_history(&self, region_id: i32, type_id: i32, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:561:40 | |
| | |
561 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:567:167 | |
| | |
567 | fn get_markets_region_id_orders(&self, order_type: &str, region_id: i32, datasource: &str, if_none_match: &str, page: i32, type_id: i32) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:619:40 | |
| | |
619 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:681:158 | |
| | |
681 | fn get_markets_structures_structure_id(&self, structure_id: i64, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/market_api.rs:748:40 | |
| | |
748 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/opportunities_api.rs:38:153 | |
| | |
38 | fn get_characters_character_id_opportunities(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/opportunities_api.rs:47:153 | |
| | |
47 | fn get_characters_character_id_opportunities(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/opportunities_api.rs:113:40 | |
| | |
113 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:38:147 | |
| | |
38 | fn get_characters_character_id_planets(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:40:172 | |
| | |
40 | fn get_corporations_corporation_id_customs_offices(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:46:147 | |
| | |
46 | fn get_characters_character_id_planets(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:112:40 | |
| | |
112 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:190:172 | |
| | |
190 | fn get_corporations_corporation_id_customs_offices(&self, corporation_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/planetary_interaction_api.rs:257:40 | |
| | |
257 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/skills_api.rs:39:150 | |
| | |
39 | fn get_characters_character_id_skillqueue(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/skills_api.rs:117:150 | |
| | |
117 | fn get_characters_character_id_skillqueue(&self, character_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/skills_api.rs:183:40 | |
| | |
183 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:38:105 | |
| | |
38 | fn get_sovereignty_campaigns(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:39:99 | |
| | |
39 | fn get_sovereignty_map(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:40:106 | |
| | |
40 | fn get_sovereignty_structures(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:45:105 | |
| | |
45 | fn get_sovereignty_campaigns(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:94:40 | |
| | |
94 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:100:99 | |
| | |
100 | fn get_sovereignty_map(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:149:40 | |
| | |
149 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:155:106 | |
| | |
155 | fn get_sovereignty_structures(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/sovereignty_api.rs:204:40 | |
| | |
204 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:38:142 | |
| | |
38 | fn get_universe_ancestries(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:40:142 | |
| | |
40 | fn get_universe_bloodlines(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:45:140 | |
| | |
45 | fn get_universe_factions(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:52:137 | |
| | |
52 | fn get_universe_races(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:60:105 | |
| | |
60 | fn get_universe_system_jumps(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:61:105 | |
| | |
61 | fn get_universe_system_kills(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:67:93 | |
| | |
67 | fn post_universe_names(&self, ids: Vec<i32>, datasource: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:72:142 | |
| | |
72 | fn get_universe_ancestries(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:123:40 | |
| | |
123 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:184:142 | |
| | |
184 | fn get_universe_bloodlines(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:235:40 | |
| | |
235 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:465:140 | |
| | |
465 | fn get_universe_factions(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:516:40 | |
| | |
516 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:855:137 | |
| | |
855 | fn get_universe_races(&self, accept_language: &str, datasource: &str, if_none_match: &str, language: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:906:40 | |
| | |
906 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1316:105 | |
| | |
1316 | fn get_universe_system_jumps(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1365:40 | |
| | |
1365 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1371:105 | |
| | |
1371 | fn get_universe_system_kills(&self, datasource: &str, if_none_match: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1420:40 | |
| | |
1420 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1711:93 | |
| | |
1711 | fn post_universe_names(&self, ids: Vec<i32>, datasource: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/universe_api.rs:1760:40 | |
| | |
1760 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:39:165 | |
| | |
39 | fn get_characters_character_id_wallet_journal(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:40:173 | |
| | |
40 | fn get_characters_character_id_wallet_transactions(&self, character_id: i32, datasource: &str, from_id: i64, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:41:153 | |
| | |
41 | fn get_corporations_corporation_id_wallets(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:42:196 | |
| | |
42 | fn get_corporations_corporation_id_wallets_division_journal(&self, corporation_id: i32, division: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:43:204 | |
| | |
43 | fn get_corporations_corporation_id_wallets_division_transactions(&self, corporation_id: i32, division: i32, datasource: &str, from_id: i64, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:120:165 | |
| | |
120 | fn get_characters_character_id_wallet_journal(&self, character_id: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:187:40 | |
| | |
187 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:193:173 | |
| | |
193 | fn get_characters_character_id_wallet_transactions(&self, character_id: i32, datasource: &str, from_id: i64, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:260:40 | |
| | |
260 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:266:153 | |
| | |
266 | fn get_corporations_corporation_id_wallets(&self, corporation_id: i32, datasource: &str, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:332:40 | |
| | |
332 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:338:196 | |
| | |
338 | fn get_corporations_corporation_id_wallets_division_journal(&self, corporation_id: i32, division: i32, datasource: &str, if_none_match: &str, page: i32, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:405:40 | |
| | |
405 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:411:204 | |
| | |
411 | fn get_corporations_corporation_id_wallets_division_transactions(&self, corporation_id: i32, division: i32, datasource: &str, from_id: i64, if_none_match: &str, token: &str) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wallet_api.rs:478:40 | |
| | |
478 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wars_api.rs:40:129 | |
| | |
40 | fn get_wars_war_id_killmails(&self, war_id: i32, datasource: &str, if_none_match: &str, page: i32) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>>; | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wars_api.rs:156:129 | |
| | |
156 | fn get_wars_war_id_killmails(&self, war_id: i32, datasource: &str, if_none_match: &str, page: i32) -> Box<Future<Item = Vec<Value>, Error = Error<serde_json::Value>>> { | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
error[E0412]: cannot find type `Value` in this scope | |
--> src/apis/wars_api.rs:206:40 | |
| | |
206 | let parsed: Result<Vec<Value>, _> = serde_json::from_slice(&body); | |
| ^^^^^ not found in this scope | |
help: possible candidates are found in other modules, you can import them into scope | |
| | |
11 | use serde_json::Value; | |
| | |
11 | use serde_json::value::Value; | |
| | |
warning: unused import: `super::models::*` | |
--> src/apis/mod.rs:51:5 | |
| | |
51 | use super::models::*; | |
| ^^^^^^^^^^^^^^^^ | |
| | |
= note: #[warn(unused_imports)] on by default | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/alliance_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/alliance_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/assets_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/bookmarks_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/character_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/clones_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/contracts_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/corporation_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/dogma_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/dogma_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/faction_warfare_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/incursions_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/incursions_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/industry_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/insurance_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/insurance_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/killmails_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/location_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/loyalty_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/market_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/opportunities_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/planetary_interaction_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/routes_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/routes_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/search_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/skills_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/sovereignty_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/sovereignty_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/status_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/status_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/universe_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/wallet_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/wars_api.rs:14:5 | |
| | |
14 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `futures` | |
--> src/apis/wars_api.rs:18:5 | |
| | |
18 | use futures; | |
| ^^^^^^^ | |
warning: unused import: `std::collections::HashMap` | |
--> src/apis/configuration.rs:12:5 | |
| | |
12 | use std::collections::HashMap; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
error[E0599]: no method named `join` found for type `std::vec::Vec<i32>` in the current scope | |
--> src/apis/contacts_api.rs:68:59 | |
| | |
68 | query.append_pair("contact_ids", &contact_ids.join(",").to_string()); | |
| ^^^^ | |
| | |
= note: the method `join` exists but the following trait bounds were not satisfied: | |
`&mut std::vec::Vec<i32> : futures::Future` | |
`&mut [i32] : futures::Future` | |
error[E0599]: no method named `join` found for type `std::vec::Vec<i64>` in the current scope | |
--> src/apis/contacts_api.rs:570:55 | |
| | |
570 | query.append_pair("label_ids", &label_ids.join(",").to_string()); | |
| ^^^^ | |
| | |
= note: the method `join` exists but the following trait bounds were not satisfied: | |
`&mut std::vec::Vec<i64> : futures::Future` | |
`&mut [i64] : futures::Future` | |
error[E0599]: no method named `join` found for type `std::vec::Vec<i64>` in the current scope | |
--> src/apis/contacts_api.rs:645:55 | |
| | |
645 | query.append_pair("label_ids", &label_ids.join(",").to_string()); | |
| ^^^^ | |
| | |
= note: the method `join` exists but the following trait bounds were not satisfied: | |
`&mut std::vec::Vec<i64> : futures::Future` | |
`&mut [i64] : futures::Future` | |
error[E0599]: no method named `join` found for type `std::vec::Vec<i32>` in the current scope | |
--> src/apis/mail_api.rs:199:49 | |
| | |
199 | query.append_pair("labels", &labels.join(",").to_string()); | |
| ^^^^ | |
| | |
= note: the method `join` exists but the following trait bounds were not satisfied: | |
`&mut std::vec::Vec<i32> : futures::Future` | |
`&mut [i32] : futures::Future` | |
error[E0599]: no method named `join` found for type `std::vec::Vec<i32>` in the current scope | |
--> src/apis/routes_api.rs:50:47 | |
| | |
50 | query.append_pair("avoid", &avoid.join(",").to_string()); | |
| ^^^^ | |
| | |
= note: the method `join` exists but the following trait bounds were not satisfied: | |
`&mut std::vec::Vec<i32> : futures::Future` | |
`&mut [i32] : futures::Future` | |
error[E0308]: mismatched types | |
--> src/apis/routes_api.rs:51:64 | |
| | |
51 | query.append_pair("connections", &connections.join(",").to_string()); | |
| ^^^ expected i32, found str | |
| | |
= note: expected type `&i32` | |
found type `&'static str` | |
error[E0599]: no method named `to_string` found for type `std::vec::Vec<i32>` in the current scope | |
--> src/apis/routes_api.rs:51:69 | |
| | |
51 | query.append_pair("connections", &connections.join(",").to_string()); | |
| ^^^^^^^^^ | |
| | |
= note: the method `to_string` exists but the following trait bounds were not satisfied: | |
`std::vec::Vec<i32> : std::string::ToString` | |
`[i32] : std::string::ToString` | |
error: aborting due to 304 previous errors | |
Some errors occurred: E0308, E0412, E0599. | |
For more information about an error, try `rustc --explain E0308`. | |
error: Could not compile `swagger`. | |
To learn more, run the command again with --verbose. | |
xpm@vegas:~/Code$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment