FBA-Studio/OutlineManager

Make method GetKeyByID(int id) and GetKeyByName(string name) for convenicence

Corvych opened this issue · 1 comments

Just for convenience of using the library, please add these methods:
.GetKeyByID (int id) - gets key from server by it's id from Outline API
.GetKeyByName (string name) - gets key from server by it's name from Outline API

Methods added in this version ;)