StarwebSharp 0.0.2
See the version list below for details.
dotnet add package StarwebSharp --version 0.0.2
NuGet\Install-Package StarwebSharp -Version 0.0.2
<PackageReference Include="StarwebSharp" Version="0.0.2" />
paket add StarwebSharp --version 0.0.2
#r "nuget: StarwebSharp, 0.0.2"
// Install StarwebSharp as a Cake Addin #addin nuget:?package=StarwebSharp&version=0.0.2 // Install StarwebSharp as a Cake Tool #tool nuget:?package=StarwebSharp&version=0.0.2
StarwebSharp: A .NET library for Starweb.
StarwebSharp is a .NET library that enables you to authenticate and make API calls to Starweb. It's great for building custom Starweb Apps using C# and .NET. You can quickly and easily get up and running with Starweb using this library.
Installation
StarwebSharp is available on NuGet. Use the package manager console in Visual Studio to install it:
Install-Package StarwebSharp
If you're using .NET Core, you can use the dotnet
command from your favorite shell:
dotnet add package StarwebSharp
Using StarwebSharp
Note: All instances of shopAccessToken
in the examples below do not refer to your Starweb API key.
An access token is the token returned after authenticating and authorizing a Starweb app installation with a
real Starweb store.
var service = new ProductService(myStarwebUrl, shopAccessToken);
APIS Implemented
- Authorization
- Currency
- Customer
- Order
- OrderStatus
- Product
- ProductCategory
- ProductManufacturer
- ProductStockStatus
- ProductVariant
- ShippingMethod
- ShippingTrackingType
- Shop
- Webhook
Product | Versions 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- microsoft.extensions.primitives (>= 1.1.0)
- newtonsoft.json (>= 10.0.1)
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETStandard 1.4
- microsoft.extensions.primitives (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
- newtonsoft.json (>= 10.0.1)
- System.ComponentModel.Annotations (>= 4.5.0)
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 |
---|---|---|
2.2.4 | 1,061 | 11/20/2020 |
2.2.3 | 657 | 1/6/2020 |
2.2.2 | 585 | 1/3/2020 |
2.2.1 | 479 | 1/3/2020 |
2.2.0 | 533 | 8/21/2019 |
2.1.5 | 499 | 8/19/2019 |
2.1.4 | 529 | 8/19/2019 |
2.1.3 | 1,126 | 8/2/2019 |
2.1.2 | 556 | 7/11/2019 |
2.1.1 | 534 | 7/9/2019 |
2.1.0 | 530 | 7/4/2019 |
2.0.0 | 564 | 7/1/2019 |
1.2.0 | 585 | 7/1/2019 |
1.1.3 | 775 | 2/22/2019 |
1.1.2 | 814 | 12/28/2018 |
1.1.1 | 739 | 12/19/2018 |
1.1.0 | 680 | 12/19/2018 |
1.0.1 | 688 | 12/14/2018 |
1.0.0 | 736 | 12/13/2018 |
0.0.4 | 674 | 12/13/2018 |
0.0.3 | 687 | 12/13/2018 |
0.0.2 | 652 | 12/12/2018 |
0.0.1 | 674 | 12/11/2018 |