parsaspace.netcore 1.0.3

dotnet add package parsaspace.netcore --version 1.0.3
NuGet\Install-Package parsaspace.netcore -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="parsaspace.netcore" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add parsaspace.netcore --version 1.0.3
#r "nuget: parsaspace.netcore, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install parsaspace.netcore as a Cake Addin
#addin nuget:?package=parsaspace.netcore&version=1.0.3

// Install parsaspace.netcore as a Cake Tool
#tool nuget:?package=parsaspace.netcore&version=1.0.3

Parsaspace.NETCore

Parsaspace .Net cross platform integration library

Requirements

ASP.NET Core 2.0  or later.

Installation

Install from nuget

package manager

Install-Package  Parsaspace.NetCore

.NET CLI

dotnet add package Parsaspace.NetCore

Get ListFile

          try 
            {
               Parsaspace.NetCore.V1 parsaspace = new Parsaspace.NetCore.V1("your token");
               var file = await  parsaspace.GetFileList("domain", "path");
               foreach (var item in file.List)
               {
                Console.WriteLine(item.Name);
               }
            }
            catch (Parsaspace.NetCore.Exceptions.ApiException ex)
            {
                Console.WriteLine(ex.Message);
            }
            catch (Parsaspace.NetCore.Exceptions.ConnectionException ex)
            {
                Console.WriteLine(ex.Message);
            }  

Upload File

          try 
            {
               Parsaspace.NetCore.V1 parsaspace = new Parsaspace.NetCore.V1("your token");
               var res = parsaspace.UploadFile("domain","uploadpath","filepath");
               if(res.Result=="true")
			   {
			    Console.WriteLine(res.DownloadLink);
			   }
            }
            catch (Parsaspace.NetCore.Exceptions.ApiException ex)
            {
                Console.WriteLine(ex.Message);
            }
            catch (Parsaspace.NetCore.Exceptions.ConnectionException ex)
            {
                Console.WriteLine(ex.Message);
            }  

<div dir='rtl'>

راه های ارتباطی

<a href="mailto:info@parsaspace.com" target="_top">info@parsaspace.com</a>

74417100 021

تهران ، خیابان میرداماد ، خیابان البرز ، تابان شرقی ، ملکی سودمند ، پلاک 2 ، واحد 10 </div>

<div dir='rtl'>

راهنما

معرفی API پارسااسپیس

پارسا اسپیس با داشتن REST API امکان ارتباط برنامه های مختلف را فراهم کرده است.در این سرویس شما می توانید به آسانی و امنیت بالا در هر نقطه ای از وب و در هر زمانی اطلاعات خود را ذخیره و بازیابی نمائید. هدف این سرویس، فراهم کردن امکانات آپلود، کپی، انتقال و غیره برای توسعه دهندگان است.

ثبت نام رایگان با 5 گیگابایت فضای اختصاصی

با استفاده از این لینک میتوانید رایگان ثبت نام کنید و از 5 گیگابایت فضای اختصاصی بهره‌مند شوید.

راهنمای برنامه نویسان

برای مشاهده مستندات API به صفحه راهنمای برنامه نویسان مراجعه نمایید.

https://parsaspace.com

https://parsaspace.com

</div>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 981 12/26/2020
1.0.2 780 11/18/2020
1.0.1 1,161 10/23/2018
1.0.0 1,919 10/20/2018

NuGet 1.0.3 was released on December 26, 2020

Remote upload status bug fixed.