// Gear Module
// This module is responsible for retrieving gear information from an API.
// It makes use of the gear id and access token to pull the info from Strava Gear API
use crate;
use crateGearCollection;
use ;
// Function get_gear
// Arguments: access_token: &str, gear_id: &str
// Returns gear object