Skip to content

Commit

Permalink
Updated Lithiio request URL, changed get API key link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Nov 10, 2017
1 parent 7648485 commit a7aea34
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 64 deletions.
5 changes: 2 additions & 3 deletions ShareX.UploadersLib/FileUploaders/Lithiio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,12 @@ public Lithiio(LithiioSettings config)
Config = config;
}

private const string uploadUrl = "http://api.lithi.io/v3/";

public override UploadResult Upload(Stream stream, string fileName)
{
Dictionary<string, string> arguments = new Dictionary<string, string>();
arguments.Add("key", Config.UserAPIKey);
UploadResult result = SendRequestFile(uploadUrl, stream, fileName, "file", arguments);

UploadResult result = SendRequestFile("https://upload.lithi.io/v1.php", stream, fileName, "file", arguments);

if (result.IsSuccess)
{
Expand Down
20 changes: 10 additions & 10 deletions ShareX.UploadersLib/Forms/UploadersConfigForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions ShareX.UploadersLib/Forms/UploadersConfigForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2461,20 +2461,6 @@ private void cbLambdaUploadURL_SelectedIndexChanged(object sender, EventArgs e)

#endregion Lambda

#region Lithiio

private void btnLithiioGetAPIKey_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL("https://lithi.io/");
}

private void txtLithiioApiKey_TextChanged(object sender, EventArgs e)
{
Config.LithiioSettings.UserAPIKey = txtLithiioApiKey.Text;
}

#endregion Lithiio

#region Pomf

private void cbPomfUploaders_SelectedIndexChanged(object sender, EventArgs e)
Expand Down Expand Up @@ -2528,20 +2514,6 @@ private void txtPomfResultURL_TextChanged(object sender, EventArgs e)

#endregion Pomf

#region Sul

private void txtSulAPIKey_TextChanged(object sender, EventArgs e)
{
Config.SulAPIKey = txtSulAPIKey.Text;
}

private void sulKeyLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
URLHelpers.OpenURL("https://s-ul.eu/account/info");
}

#endregion Sul

#region Seafile

private void cbSeafileAPIURL_TextChanged(object sender, EventArgs e)
Expand Down Expand Up @@ -2814,6 +2786,34 @@ private void cbStreamableUseDirectURL_CheckedChanged(object sender, EventArgs e)

#endregion Streamable

#region Sul

private void txtSulAPIKey_TextChanged(object sender, EventArgs e)
{
Config.SulAPIKey = txtSulAPIKey.Text;
}

private void btnSulGetAPIKey_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL("https://s-ul.eu/account/info");
}

#endregion Sul

#region Lithiio

private void txtLithiioApiKey_TextChanged(object sender, EventArgs e)
{
Config.LithiioSettings.UserAPIKey = txtLithiioApiKey.Text;
}

private void btnLithiioGetAPIKey_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL("https://lithi.io/my-account.php");
}

#endregion Lithiio

#region Azure Storage

private void txtAzureStorageAccountName_TextChanged(object sender, EventArgs e)
Expand Down
40 changes: 17 additions & 23 deletions ShareX.UploadersLib/Forms/UploadersConfigForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -10562,41 +10562,35 @@ Using an encrypted library disables sharing.</value>
<data name="&gt;&gt;tpStreamable.ZOrder" xml:space="preserve">
<value>20</value>
</data>
<data name="sulKeyLink.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="sulKeyLink.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
<data name="btnSulGetAPIKey.Location" type="System.Drawing.Point, System.Drawing">
<value>424, 31</value>
</data>
<data name="sulKeyLink.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 59</value>
</data>
<data name="sulKeyLink.Size" type="System.Drawing.Size, System.Drawing">
<value>150, 13</value>
<data name="btnSulGetAPIKey.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 23</value>
</data>
<data name="sulKeyLink.TabIndex" type="System.Int32, mscorlib">
<data name="btnSulGetAPIKey.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="sulKeyLink.Text" xml:space="preserve">
<value>Click here to get your API key!</value>
<data name="btnSulGetAPIKey.Text" xml:space="preserve">
<value>Get API key...</value>
</data>
<data name="&gt;&gt;sulKeyLink.Name" xml:space="preserve">
<value>sulKeyLink</value>
<data name="&gt;&gt;btnSulGetAPIKey.Name" xml:space="preserve">
<value>btnSulGetAPIKey</value>
</data>
<data name="&gt;&gt;sulKeyLink.Type" xml:space="preserve">
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="&gt;&gt;btnSulGetAPIKey.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;sulKeyLink.Parent" xml:space="preserve">
<data name="&gt;&gt;btnSulGetAPIKey.Parent" xml:space="preserve">
<value>tpSul</value>
</data>
<data name="&gt;&gt;sulKeyLink.ZOrder" xml:space="preserve">
<data name="&gt;&gt;btnSulGetAPIKey.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="txtSulAPIKey.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 32</value>
</data>
<data name="txtSulAPIKey.Size" type="System.Drawing.Size, System.Drawing">
<value>409, 20</value>
<value>400, 20</value>
</data>
<data name="txtSulAPIKey.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
Expand Down Expand Up @@ -10674,10 +10668,10 @@ Using an encrypted library disables sharing.</value>
<value>NoControl</value>
</data>
<data name="btnLithiioGetAPIKey.Location" type="System.Drawing.Point, System.Drawing">
<value>368, 31</value>
<value>424, 31</value>
</data>
<data name="btnLithiioGetAPIKey.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 23</value>
<value>160, 23</value>
</data>
<data name="btnLithiioGetAPIKey.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
Expand Down Expand Up @@ -10731,7 +10725,7 @@ Using an encrypted library disables sharing.</value>
<value>16, 32</value>
</data>
<data name="txtLithiioApiKey.Size" type="System.Drawing.Size, System.Drawing">
<value>344, 20</value>
<value>400, 20</value>
</data>
<data name="txtLithiioApiKey.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
Expand Down

0 comments on commit a7aea34

Please sign in to comment.