* Create a new RateLimit wrapper * @return {RateLimit}
()
| 103 | * @return {RateLimit} |
| 104 | */ |
| 105 | getRateLimit() { |
| 106 | return new RateLimit(this.__auth, this.__apiBase); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Create a new Markdown wrapper |
no outgoing calls
no test coverage detected