We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd422 commit f652872Copy full SHA for f652872
src/commonMain/kotlin/net/pearx/kpastebin/PastebinClient.kt
@@ -9,9 +9,10 @@ import net.pearx.kpastebin.model.Privacy
9
import net.pearx.kpastebin.model.UserDetails
10
11
/**
12
- * Pastebin API client with specified unique developer API key [devKey].
+ * Pastebin API client with specified unique developer API key.
13
* You can get your key on [official Pastebin website](https://pastebin.com/doc_api#1).
14
*
15
+ * @param devKey Unique developer API key
16
* @param userKey user key used for requests. Use null for guest user.
17
*/
18
public class PastebinClient(
0 commit comments