MegaApiClient 1.5.0
See the version list below for details.
dotnet add package MegaApiClient --version 1.5.0
NuGet\Install-Package MegaApiClient -Version 1.5.0
<PackageReference Include="MegaApiClient" Version="1.5.0" />
paket add MegaApiClient --version 1.5.0
#r "nuget: MegaApiClient, 1.5.0"
// Install MegaApiClient as a Cake Addin #addin nuget:?package=MegaApiClient&version=1.5.0 // Install MegaApiClient as a Cake Tool #tool nuget:?package=MegaApiClient&version=1.5.0
MegaApiClient library gives full access to Mega.co.nz API. You can manage filesystem and download/upload files
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MegaApiClient:
Package | Downloads |
---|---|
CloudFS-Signed
The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services. |
|
CloudFS
The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services. |
|
Wabbajack.Downloaders.ModDB
Package Description |
|
Wabbajack.Downloaders.Mega
Package Description |
|
AspNetCore.HaelthChecks
Package Description |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on MegaApiClient:
Repository | Stars |
---|---|
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
|
|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
|
|
IllusionMods/KKManager
Mod, plugin and card manager for games by Illusion that use BepInEx
|
|
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
|
Version | Downloads | Last updated |
---|---|---|
1.10.4 | 16,700 | 1/21/2024 |
1.10.3 | 40,398 | 10/16/2022 |
1.10.2 | 40,850 | 11/24/2021 |
1.10.1 | 1,091 | 11/22/2021 |
1.10.0 | 2,753 | 11/11/2021 |
1.9.0 | 15,821 | 3/21/2021 |
1.8.2 | 9,768 | 8/16/2020 |
1.8.1 | 3,497 | 5/3/2020 |
1.8.0 | 3,496 | 4/7/2020 |
1.7.1 | 39,720 | 1/8/2019 |
1.7.0 | 2,147 | 11/21/2018 |
1.6.3 | 23,610 | 4/5/2018 |
1.6.3-master-409 | 2,519 | 3/13/2018 |
1.6.2 | 2,439 | 1/22/2018 |
1.6.1 | 4,672 | 10/2/2017 |
1.6.0 | 14,214 | 8/20/2017 |
1.5.0 | 2,318 | 5/21/2017 |
1.3.1 | 12,732 | 11/7/2016 |
1.3.0 | 2,838 | 11/5/2016 |
1.2.2 | 6,428 | 4/17/2016 |
1.2.1 | 2,369 | 3/15/2016 |
1.2.0 | 2,984 | 2/27/2016 |
1.1.3 | 2,857 | 12/6/2015 |
1.1.2 | 2,488 | 10/28/2015 |
1.1.1 | 3,187 | 7/14/2015 |
1.1.0 | 2,268 | 6/8/2015 |
1.0.4 | 6,443 | 3/29/2014 |
1.0.3 | 1,970 | 3/22/2014 |
1.0.2 | 2,017 | 2/17/2014 |
1.0.0 | 2,167 | 10/3/2013 |
Fixes:
* Added INode.ModificationDate (INode.LastModificationDate was the creation date on previous releases). INode.CreationDate replaces INode.LastModificationDate
* Fixed Upload stability by handling upload failures
Added API logout call when calling IMegaApiClient.Logout
Features:
* Improved Download/Upload speed. At least x3 is expected (#50)
* Added IEnumerable<INode> GetNodesFromLink(Uri uri) (#43)
* Added IMegaApiClient.IsLoggedIn property
* Added Options class to customize library settings (Application key, API calls options, buffers sizes...)
* Added IMegaApiClient.APIRequestFailed event to monitor API calls
* Added optional CancellationToken parameter on all Upload/Download methods
* Added storage metrics (available on IAccountInformation object)
* Returned LogonSessionToken in IMegaApiClient.Login methods to reconnect with same session
Internal:
* Used Cake.Build
* Added myGet for pre-releases
* Switched tests from nUnit to xUnit
(thanks to @xunter for his huge contribution on improvements)