You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ModBrowser/GithubApi/GithubModSearchEngine.cs
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,13 @@
6
6
7
7
namespaceSporeCommunity.ModBrowser.GithubApi
8
8
{
9
-
publicclassGithubModSearchEngine:IModSearchEngine
9
+
/// <summary>
10
+
/// Creates a new GitHub client for searching for Spore mods.
11
+
/// </summary>
12
+
/// <param name="userAgent">A User-Agent header. GitHub requires that you provide your GitHub username, or name of the application, so they can contact you if there are problems.</param>
/// Creates a new GitHub client for searching for Spore mods.
15
-
/// </summary>
16
-
/// <param name="userAgent">A User-Agent header. GitHub requires that you provide your GitHub username, or name of the application, so they can contact you if there are problems.</param>
0 commit comments