Hey!
First let me kick off with the fact the API is quite better right now, its way better than the previous version. However i still have 1 complaint, and its quite a big one.
A lot of methods that have overloads that are pretty much undocumented(they are documented, but the parameters are undocumented).
Lets take CallCounter.Count(name) for example, this method requires a name. Parameters
The name. is a pretty vague description for a parameter.
A better description would be "Name of the Method" (implying this function needs the name of Method)
Any chance to get this worked on?
First let me kick off with the fact the API is quite better right now, its way better than the previous version. However i still have 1 complaint, and its quite a big one.
A lot of methods that have overloads that are pretty much undocumented(they are documented, but the parameters are undocumented).
Lets take CallCounter.Count(name) for example, this method requires a name. Parameters
System.​String | name | The name. |
A better description would be "Name of the Method" (implying this function needs the name of Method)
Any chance to get this worked on?
Comment