This commit is contained in:
2018-06-05 23:21:00 +01:00
parent 35e0815455
commit 196c80dc77

View File

@@ -6,7 +6,7 @@ using Newtonsoft.Json;
namespace Booru.Net
{
public class Client
public class BooruClient
{
public async Task<IReadOnlyList<SafebooruImage>> GetSafebooruImagesAsync(IReadOnlyList<string> tags)
{