Click or drag to resize
IQueryRunnerC2ApiFactory Method (String, String)

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IC2Api C2ApiFactory(
	string apiKey,
	string url = "https://api.collective2.com/world/apiv3/"
)

Parameters

apiKey
Type: SystemString
url (Optional)
Type: SystemString

Return Value

Type: IC2Api
See Also