-
Notifications
You must be signed in to change notification settings - Fork 5
Pastebin API
Pastebins in SeeCodeRun can be shared and you can now when that happens.
Pastebin events are part of the external communications SeeCodeRun offers. #Commands You can share pastebins so others can work independently based on your current work by taking your current URL and add a ":" right before your pastebin unique id starts. For example, if your browser shows the URL "https://seecode.run/#-KhF_XVS9OsV8sFl2Ek_", to share the pastebin it should look like this "https://seecode.run/#:-KhF_XVS9OsV8sFl2Ek_".
Every time the user clicks on the share button, this event will be emitted.
Every time the user copies the share link, this event will be emitted.
Every time the user clicks the share link, this event will be emitted.
Every time a user creates a pastebin based on the shown link, this event will be emitted. #LifeCycle Previous events are connected as follows: "shareLinkShown" --> "shareLinkCopied" or "shareLinkClicked" --> "shareLinkUsed".