You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`language`| What language should the file be |`text`| ❌ |
59
59
60
-
#Url Helper
60
+
## URL Helper
61
61
62
-
If you want to get information about a bin try the `url` function.
62
+
Constructs the long and short Sourcebin URL for a key.
63
63
64
64
```js
65
65
consturlData=url('iQznILdZRP');
@@ -83,7 +83,7 @@ This returns an object that looks like:
83
83
84
84
-## Multiple files in one bin
85
85
86
-
This is not currently possible with this wrapper as sourcebin doesn't have a token system for authentication, only pro users are able to have multiple filesin one bin. This may come in the future
86
+
Only Sourcebin Pro users are able to have multiple files per bin, and since there is no non-hacky way to authenticate this library doesn't currently support multiple files. We can add support in the future if they add a way to authenticate with the API.
87
87
88
88
-## Migrate from v5 to v6
89
89
@@ -92,7 +92,3 @@ This returns an object that looks like:
92
92
-## Migrate from v4 to v5
93
93
94
94
[See the README from a v5 release](https://github.com/ghostdevv/sourcebin/blob/611318be1b4aff17d19f80df20b73908ddf53376/README.md#migrate-from-v4-to-v5)
95
-
96
-
# Support
97
-
98
-
- Create a issue on the [github](https://github.com/ghostdevv/sourcebin/issues/new)
0 commit comments