Working Get -reading from api
This commit is contained in:
9
PostmanCloneLibrary/IApiAccess.cs
Normal file
9
PostmanCloneLibrary/IApiAccess.cs
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
namespace PostmanCloneLibrary
|
||||
{
|
||||
public interface IApiAccess
|
||||
{
|
||||
Task<string> CallApiAsync(string url, bool formaOutput, HttpAction action);
|
||||
bool IsValidUrl(string url);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user