Interface.hh File Reference
  #include <string>#include "ignition/fuel_tools/Export.hh"#include "ignition/fuel_tools/FuelClient.hh"Go to the source code of this file.
Namespaces | |
| ignition | |
| ignition::fuel_tools | |
Functions | |
| std::string | fetchResource (const std::string &_uri) | 
| Download the specified resource into the default configuration of fuel tools. This will place the asset in ~/.ignition/fuel.  More... | |
| std::string | fetchResourceWithClient (const std::string &_uri, FuelClient &_client) | 
| Download the specified resource using the ClientConfig contained in the FuelClient parameter.  More... | |