Skip to content

BloonBot/IntruderLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntruderLib

C# library for the Intruder Rest API.

Installation

Use the latest release or clone and build it yourself.

Usage

// 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
}

Contributing

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.

License

This project is licensed under the MIT License - see LICENSE for details.

About

C# library for the Intruder Rest API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages