InstaSharp 2.0.0-beta
This is a prerelease version of InstaSharp.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package InstaSharp --version 2.0.0-beta
NuGet\Install-Package InstaSharp -Version 2.0.0-beta
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="InstaSharp" Version="2.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InstaSharp --version 2.0.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InstaSharp, 2.0.0-beta"
#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 InstaSharp as a Cake Addin #addin nuget:?package=InstaSharp&version=2.0.0-beta&prerelease // Install InstaSharp as a Cake Tool #tool nuget:?package=InstaSharp&version=2.0.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
InstaSharp is a wrapper around the Instagram API. It's goal is to provide you with a clean and neat interface for ineracting with Instagram's data services, while taking care of all the lower level things like HTTP requests, OAuth flow, and mapping the JSON request to .NET classes.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Bcl (>= 1.1.3)
- Microsoft.Bcl.Async (>= 1.0.16)
- Microsoft.Net.Http (>= 2.2.15)
- Newtonsoft.Json (>= 5.0.6)
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on InstaSharp:
Repository | Stars |
---|---|
InstaSharp/InstaSharp
A c# wrapper for the Instagram API
|
|
aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
|
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,478 | 4/21/2015 |
2.0.0-beta7 | 549 | 8/6/2014 |
2.0.0-beta5 | 57 | 8/2/2014 |
2.0.0-beta4 | 127 | 7/3/2014 |
2.0.0-beta3 | 217 | 3/18/2014 |
2.0.0-beta2 | 130 | 11/8/2013 |
2.0.0-beta | 123 | 10/10/2013 |
1.1.0 | 14,616 | 1/3/2012 |
Re-design Beta
New Features:
-Converted to Portable Class Library
-Removed RestSharp in favor of HttpClient
-All calls are async
-Support for .NET 4.0.3, .NET 4.5, Silverlight 5, WP8, Windows Store 8