mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 01:44:17 +02:00
Add LibraryConnector.Test to see if requests can be made to endpoint.
This commit is contained in:
@ -30,6 +30,7 @@ public abstract class LibraryConnector : GlobalBase
|
||||
this.libraryType = libraryType;
|
||||
}
|
||||
public abstract void UpdateLibrary();
|
||||
internal abstract bool Test();
|
||||
|
||||
protected static class NetClient
|
||||
{
|
||||
|
Reference in New Issue
Block a user