C# library for the Intruder Rest API.
Use the latest release or clone and build it yourself.
// Create a new instance
IntruderAPI intruderAPI = new IntruderAPI();
try {
// Fetch an agent
LeveledAgent agent = await intruderAPI.GetAgentAsync(...);
}
catch (APIException ex)
{
// Do something with the exception
}Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see LICENSE for details.