Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochuwa-sophie authored and Ochuwa-sophie committed Aug 26, 2020
2 parents 55f3a7d + 1e504e7 commit a49734f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static async Task Main(string[] args)
{
var client = new HttpClient();
client.BaseAddress = new Uri("https://wordsapiv1.p.rapidapi.com");
client.DefaultRequestHeaders.Add("X-Mashape-Key", "5440b3736bmshd71edb6b5891126p1644f2jsnda3c418bc085");
client.DefaultRequestHeaders.Add("X-Mashape-Key", "YourKey");

var wordToDefine = "Bicycle";

Expand Down Expand Up @@ -42,5 +42,5 @@ static async Task Main(string[] args)
Console.WriteLine("An error occurred! Error Message: " + e.Message);
}
}
}
}Your
}

0 comments on commit a49734f

Please sign in to comment.