Skip to content

Commit

Permalink
fix new version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohash committed Jan 22, 2024
1 parent df3276c commit 78fb86d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ApiBrasil/GenericCaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

namespace ApiBrasil
{
public static class ApiBrasilCommunity
public static class ApiBrasil
{
public static async Task<string> ApiBrasilCaller(string type, string action, object content, ApiBrasilConfiguration config)
public static async Task<string> Caller(string type, string action, object content, ApiBrasilConfiguration config)
{
var options = new RestClientOptions("https://gateway.apibrasil.io")
{
Expand All @@ -24,6 +24,4 @@ public static async Task<string> ApiBrasilCaller(string type, string action, obj
return response.Content ?? "";
}
}
}


}

0 comments on commit 78fb86d

Please sign in to comment.