Skip to content

Commit d7e711a

Browse files
committed
fix: repo name
1 parent 05fba46 commit d7e711a

File tree

11 files changed

+45
-40
lines changed

11 files changed

+45
-40
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![](https://img.shields.io/npm/v/sourcebin?label=Latest%20Version&style=for-the-badge&logo=npm&color=informational)](https://www.npmjs.com/package/sourcebin)
44
[![](https://img.shields.io/static/v1?label=Project%20Creator&message=GHOST&color=informational&style=for-the-badge)](https://ghostdev.xyz)
5-
[![](https://img.shields.io/github/workflow/status/ghostdevv/Sourcebin/Test%20Suite%20CI?style=for-the-badge)](https://github.com/ghostdevv/Sourcebin)
5+
[![](https://img.shields.io/github/workflow/status/ghostdevv/sourcebin/Test%20Suite%20CI?style=for-the-badge)](https://github.com/ghostdevv/sourcebin)
66

77
Fast and simple package to get and create bins from [sourcebin](https://sourceb.in/)
88

@@ -20,7 +20,7 @@ npm install sourcebin
2020

2121
# Docs
2222

23-
This README is the best place to learn how to use this package, you can also [take a look at our API docs](https://ghostdevv.github.io/Sourcebin/index.html)
23+
This README is the best place to learn how to use this package, you can also [take a look at our API docs](https://ghostdevv.github.io/sourcebin/index.html)
2424

2525
# Setup
2626

@@ -165,4 +165,4 @@ This returns an object that looks like:
165165
# Support
166166

167167
- Join the [discord](https://discord.gg/2Vd4wAjJnm)
168-
- Create a issue on the [github](https://github.com/ghostdevv/Sourcebin)
168+
- Create a issue on the [github](https://github.com/ghostdevv/sourcebin)

docs/classes/Bin.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4>Hierarchy</h4>
1818
<ul class="tsd-hierarchy">
1919
<li><span class="target">Bin</span></li></ul></section><aside class="tsd-sources">
2020
<ul>
21-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L4">structures/Bin.ts:4</a></li></ul></aside>
21+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L4">structures/Bin.ts:4</a></li></ul></aside>
2222
<section class="tsd-panel-group tsd-index-group">
2323
<section class="tsd-panel tsd-index-panel">
2424
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -53,49 +53,49 @@ <h4 class="tsd-parameters-title">Parameters</h4>
5353
<h5>data: <span class="tsd-signature-type">BinData</span></h5></li></ul></div>
5454
<h4 class="tsd-returns-title">Returns <a href="Bin.html" class="tsd-signature-type" data-tsd-kind="Class">Bin</a></h4><aside class="tsd-sources">
5555
<ul>
56-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L18">structures/Bin.ts:18</a></li></ul></aside></li></ul></section></section>
56+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L18">structures/Bin.ts:18</a></li></ul></aside></li></ul></section></section>
5757
<section class="tsd-panel-group tsd-member-group">
5858
<h2>Properties</h2>
5959
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="created" class="tsd-anchor"></a>
6060
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>created</span><a href="#created" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
6161
<div class="tsd-signature">created<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div><aside class="tsd-sources">
6262
<ul>
63-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L14">structures/Bin.ts:14</a></li></ul></aside></section>
63+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L14">structures/Bin.ts:14</a></li></ul></aside></section>
6464
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="description" class="tsd-anchor"></a>
6565
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
6666
<div class="tsd-signature">description<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
6767
<ul>
68-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L11">structures/Bin.ts:11</a></li></ul></aside></section>
68+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L11">structures/Bin.ts:11</a></li></ul></aside></section>
6969
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="files" class="tsd-anchor"></a>
7070
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>files</span><a href="#files" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7171
<div class="tsd-signature">files<span class="tsd-signature-symbol">:</span> <a href="File.html" class="tsd-signature-type" data-tsd-kind="Class">File</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
7272
<ul>
73-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L16">structures/Bin.ts:16</a></li></ul></aside></section>
73+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L16">structures/Bin.ts:16</a></li></ul></aside></section>
7474
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="key" class="tsd-anchor"></a>
7575
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>key</span><a href="#key" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7676
<div class="tsd-signature">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
7777
<ul>
78-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L5">structures/Bin.ts:5</a></li></ul></aside></section>
78+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L5">structures/Bin.ts:5</a></li></ul></aside></section>
7979
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="shortUrl" class="tsd-anchor"></a>
8080
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>short<wbr/>Url</span><a href="#shortUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
8181
<div class="tsd-signature">short<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8282
<ul>
83-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L8">structures/Bin.ts:8</a></li></ul></aside></section>
83+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L8">structures/Bin.ts:8</a></li></ul></aside></section>
8484
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="title" class="tsd-anchor"></a>
8585
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
8686
<div class="tsd-signature">title<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8787
<ul>
88-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L10">structures/Bin.ts:10</a></li></ul></aside></section>
88+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L10">structures/Bin.ts:10</a></li></ul></aside></section>
8989
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="url" class="tsd-anchor"></a>
9090
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>url</span><a href="#url" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
9191
<div class="tsd-signature">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
9292
<ul>
93-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L7">structures/Bin.ts:7</a></li></ul></aside></section>
93+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L7">structures/Bin.ts:7</a></li></ul></aside></section>
9494
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="views" class="tsd-anchor"></a>
9595
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>views</span><a href="#views" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
9696
<div class="tsd-signature">views<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
9797
<ul>
98-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/Bin.ts#L12">structures/Bin.ts:12</a></li></ul></aside></section></section></div>
98+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/Bin.ts#L12">structures/Bin.ts:12</a></li></ul></aside></section></section></div>
9999
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
100100
<div class="tsd-navigation settings">
101101
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

docs/classes/File.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4>Hierarchy</h4>
1818
<ul class="tsd-hierarchy">
1919
<li><span class="target">File</span></li></ul></section><aside class="tsd-sources">
2020
<ul>
21-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L4">structures/File.ts:4</a></li></ul></aside>
21+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L4">structures/File.ts:4</a></li></ul></aside>
2222
<section class="tsd-panel-group tsd-index-group">
2323
<section class="tsd-panel tsd-index-panel">
2424
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -54,34 +54,34 @@ <h5>index: <span class="tsd-signature-type">number</span></h5></li>
5454
<h5>data: <span class="tsd-signature-type">FileData</span></h5></li></ul></div>
5555
<h4 class="tsd-returns-title">Returns <a href="File.html" class="tsd-signature-type" data-tsd-kind="Class">File</a></h4><aside class="tsd-sources">
5656
<ul>
57-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L13">structures/File.ts:13</a></li></ul></aside></li></ul></section></section>
57+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L13">structures/File.ts:13</a></li></ul></aside></li></ul></section></section>
5858
<section class="tsd-panel-group tsd-member-group">
5959
<h2>Properties</h2>
6060
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="content" class="tsd-anchor"></a>
6161
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>content</span><a href="#content" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
6262
<div class="tsd-signature">content<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
6363
<ul>
64-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L8">structures/File.ts:8</a></li></ul></aside></section>
64+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L8">structures/File.ts:8</a></li></ul></aside></section>
6565
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="language" class="tsd-anchor"></a>
6666
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>language</span><a href="#language" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
6767
<div class="tsd-signature">language<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SourcebinLinguistItem</span></div><aside class="tsd-sources">
6868
<ul>
69-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L11">structures/File.ts:11</a></li></ul></aside></section>
69+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L11">structures/File.ts:11</a></li></ul></aside></section>
7070
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="languageId" class="tsd-anchor"></a>
7171
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>language<wbr/>Id</span><a href="#languageId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7272
<div class="tsd-signature">language<wbr/>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
7373
<ul>
74-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L10">structures/File.ts:10</a></li></ul></aside></section>
74+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L10">structures/File.ts:10</a></li></ul></aside></section>
7575
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="name" class="tsd-anchor"></a>
7676
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7777
<div class="tsd-signature">name<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
7878
<ul>
79-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L7">structures/File.ts:7</a></li></ul></aside></section>
79+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L7">structures/File.ts:7</a></li></ul></aside></section>
8080
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="rawUrl" class="tsd-anchor"></a>
8181
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>raw<wbr/>Url</span><a href="#rawUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
8282
<div class="tsd-signature">raw<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
8383
<ul>
84-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/structures/File.ts#L5">structures/File.ts:5</a></li></ul></aside></section></section></div>
84+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/structures/File.ts#L5">structures/File.ts:5</a></li></ul></aside></section></section></div>
8585
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
8686
<div class="tsd-navigation settings">
8787
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

docs/functions/create.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
2424
<h5>__namedParameters: <a href="../interfaces/CreateOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">CreateOptions</a></h5></li></ul></div>
2525
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/Bin.html" class="tsd-signature-type" data-tsd-kind="Class">Bin</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
2626
<ul>
27-
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/3877901/src/methods/create.ts#L24">methods/create.ts:24</a></li></ul></aside></li></ul></section></div>
27+
<li>Defined in <a href="https://github.com/ghostdevv/Sourcebin/blob/05fba46/src/methods/create.ts#L24">methods/create.ts:24</a></li></ul></aside></li></ul></section></div>
2828
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
2929
<div class="tsd-navigation settings">
3030
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

0 commit comments

Comments
 (0)