Interface KitManager
public interface KitManager
-
Method Summary
-
Method Details
-
getKitById
- Parameters:
id
- The id of the kit you are trying to get (not case-sensitive)- Returns:
- API instance of that kit (null if the kit cannot be found)
-
getKits
- Returns:
- a list of all the kits on the server
-
createKit
Creates a kit- Parameters:
id
- The id of the kit- Returns:
- an API instance of the created kit
-