(urlPath, data = {})
| 302 | } |
| 303 | |
| 304 | async encryptedPost(urlPath, data = {}) { |
| 305 | return this.gardenPost(urlPath, await this.encryptData(data)); |
| 306 | } |
| 307 | |
| 308 | async encryptedGet(urlPath, data = {}) { |
| 309 | return this.gardenGet(urlPath, await this.encryptData(data)); |
no test coverage detected