VTEX.Health 3.0.186

dotnet add package VTEX.Health --version 3.0.186
                    
NuGet\Install-Package VTEX.Health -Version 3.0.186
                    
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="VTEX.Health" Version="3.0.186" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VTEX.Health" Version="3.0.186" />
                    
Directory.Packages.props
<PackageReference Include="VTEX.Health" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VTEX.Health --version 3.0.186
                    
#r "nuget: VTEX.Health, 3.0.186"
                    
#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.
#addin nuget:?package=VTEX.Health&version=3.0.186
                    
Install VTEX.Health as a Cake Addin
#tool nuget:?package=VTEX.Health&version=3.0.186
                    
Install VTEX.Health as a Cake Tool

VTEX SDK

🛒 ⚙️ VTEX platform .NET SDK.

GitHub license Time tracker

VTEX logo

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality

Codacy Badge Codacy Badge

codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities


Installation

Github Releases

GitHub last release Github All Releases

Download the latest .zip file from the Releases page.

Nuget package manager

Package Version Downloads
VTEX VTEX NuGet Version VTEX NuGet Downloads
VTEX.Health VTEX Health NuGet Version VTEX Health NuGet Downloads

Features


Usage

Dependency Injection (IoC)

Register the VTEX Service using the CrispyWaffle toolkit's Service Locator:

var connectionVtex = new Connection(); // Fill in your details
ServiceLocator.Register(() => new VTEXContext(connectionVtex), LifeStyle.Singleton);
Constructor Injection
public class MyClass
{
    private readonly VTEXContext _vtexContext;

    public MyClass(VTEXContext vtexContext)
    {
        _vtexContext = vtexContext ?? throw new ArgumentNullException(nameof(vtexContext));
    }
}
Manual Resolution
var vtexContext = ServiceLocator.Resolve<VTEXContext>();

Authentication

Authenticate with VTEX platform API keys. Refer to this tutorial.

var vtex = new VTEXContext("store name", "app-key-xyz", "app-token-secret-hash");
var order = vtex.GetOrder("V-123456789-01");
Console.WriteLine($"Sequence: {order.Sequence} | Value: {order.Value}");

Support

If you need help, feel free to open an issue.


Contributing

Contributions are welcome! Check out the CONTRIBUTING.md guide for details.


Contributors

Thanks to all contributors! 💙

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/guibranco"> <img src="https://avatars.githubusercontent.com/u/3362854?v=4" width="100;" alt="guibranco"/> <br /> <sub><b>Guilherme Branco Stracini</b></sub> </a> </td> <td align="center"> <a href="https://github.com/joaovaladares"> <img src="https://avatars.githubusercontent.com/u/42593399?v=4" width="100;" alt="joaovaladares"/> <br /> <sub><b>João Vítor Valadares</b></sub> </a> </td> <td align="center"> <a href="https://github.com/viktoriussuwandi"> <img src="https://avatars.githubusercontent.com/u/68414300?v=4" width="100;" alt="viktoriussuwandi"/> <br /> <sub><b>Viktorius Suwandi</b></sub> </a> </td> </tr> <tbody> </table>

Bots

<table> <tbody> <tr> <td align="center"> <a href="https://github.com/dependabot[bot]"> <img src="https://avatars.githubusercontent.com/in/29110?v=4" width="100;" alt="dependabot[bot]"/> <br /> <sub><b>dependabot[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/github-actions[bot]"> <img src="https://avatars.githubusercontent.com/in/15368?v=4" width="100;" alt="github-actions[bot]"/> <br /> <sub><b>github-actions[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/penify-dev[bot]"> <img src="https://avatars.githubusercontent.com/in/399279?v=4" width="100;" alt="penify-dev[bot]"/> <br /> <sub><b>penify-dev[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/stack-file[bot]"> <img src="https://avatars.githubusercontent.com/in/408123?v=4" width="100;" alt="stack-file[bot]"/> <br /> <sub><b>stack-file[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/codefactor-io[bot]"> <img src="https://avatars.githubusercontent.com/in/25603?v=4" width="100;" alt="codefactor-io[bot]"/> <br /> <sub><b>codefactor-io[bot]</b></sub> </a> </td> <td align="center"> <a href="https://github.com/snyk-bot"> <img src="https://avatars.githubusercontent.com/u/19733683?v=4" width="100;" alt="snyk-bot"/> <br /> <sub><b>Snyk bot</b></sub> </a> </td> </tr> <tbody> </table>

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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.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 tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VTEX.Health:

Package Downloads
VTEX

The VTEX platform (PaaS) (e-commerce) SDK. A .NET client to consume VTEX APIs for both Core and Framework projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.186 77 4 days ago
3.0.183 339 11 days ago
3.0.180 332 11 days ago
3.0.175 335 11 days ago
3.0.172 147 18 days ago
3.0.169 140 18 days ago
3.0.166 143 18 days ago
3.0.163 145 18 days ago
3.0.154 141 18 days ago
3.0.145 175 25 days ago
3.0.142 165 25 days ago
3.0.139 133 a month ago
3.0.136 122 a month ago
3.0.131 97 a month ago
3.0.128 99 a month ago
3.0.123 94 a month ago
3.0.118 110 2 months ago
3.0.115 115 2 months ago
3.0.110 111 2 months ago
3.0.103 118 2 months ago
3.0.94 115 2 months ago
3.0.91 109 2 months ago
3.0.88 108 2 months ago
3.0.85 121 2 months ago
3.0.78 122 2 months ago
3.0.75 108 2 months ago
3.0.72 103 2 months ago
3.0.65 106 2 months ago
3.0.62 108 2 months ago
3.0.57 110 2 months ago
3.0.52 122 2 months ago
3.0.49 104 2 months ago
3.0.46 102 2 months ago
3.0.41 110 2 months ago
3.0.32 110 2 months ago
3.0.21 98 3 months ago
3.0.18 104 3 months ago
3.0.15 100 3 months ago
3.0.9 97 3 months ago
2.4.358 97 3 months ago
2.4.330 110 3 months ago
2.4.325 114 3 months ago
2.4.316 115 3 months ago
2.4.310 133 3 months ago
2.4.303 125 3 months ago
2.4.298 122 3 months ago
2.4.278 119 3 months ago
2.4.275 114 3 months ago
2.4.270 120 3 months ago
2.4.263 117 4 months ago
2.4.260 120 4 months ago
2.4.93 118 4 months ago
2.4.90 118 4 months ago
2.4.87 122 4 months ago
2.4.80 111 4 months ago
2.4.77 103 4 months ago
2.4.74 106 4 months ago
2.4.69 112 4 months ago
2.4.60 121 4 months ago
2.4.57 118 4 months ago
2.4.52 123 4 months ago
2.4.36 113 5 months ago
2.4.29 128 5 months ago
2.4.15 139 5 months ago
2.4.12 125 5 months ago
2.4.7 128 5 months ago
2.4.4 121 5 months ago
2.3.1685 134 5 months ago
2.3.1682 124 5 months ago
2.3.1679 119 5 months ago
2.3.1672 125 5 months ago
2.3.1651 120 5 months ago
2.3.1648 116 5 months ago
2.3.1641 126 5 months ago
2.3.1616 133 5 months ago
2.3.1613 130 5 months ago
2.3.1478 130 5 months ago
2.3.1471 132 5 months ago
2.3.1203 135 5 months ago
2.3.1200 138 5 months ago
2.3.1197 117 5 months ago
2.3.1146 142 5 months ago
2.3.1143 126 5 months ago
2.3.1140 138 5 months ago
2.3.1133 127 5 months ago
2.3.1129 136 6 months ago
2.3.1125 156 6 months ago
2.3.1122 117 6 months ago
2.3.1117 122 6 months ago
2.3.1113 111 6 months ago
2.3.1109 123 6 months ago
2.3.1098 131 6 months ago
2.3.1095 119 6 months ago
2.3.1090 132 6 months ago
2.3.1087 127 6 months ago
2.3.1082 130 6 months ago
2.3.1075 116 6 months ago
2.3.1060 135 6 months ago
2.3.1057 123 6 months ago
2.3.1054 126 6 months ago
2.3.1051 128 6 months ago
2.3.1041 143 6 months ago
2.3.1038 136 6 months ago
2.3.1029 150 7 months ago
2.3.1026 140 7 months ago
2.3.1021 150 7 months ago
2.3.1018 135 7 months ago
2.3.1013 134 7 months ago
2.3.1006 154 7 months ago
2.3.1003 136 7 months ago
2.3.998 144 7 months ago
2.3.993 156 7 months ago
2.3.981 143 7 months ago
2.3.976 136 7 months ago
2.3.966 141 7 months ago
2.3.959 155 7 months ago
2.3.949 149 7 months ago
2.3.937 176 7 months ago
2.3.933 152 8 months ago
2.3.930 172 8 months ago
2.3.927 116 8 months ago
2.3.924 118 8 months ago
2.3.921 152 8 months ago
2.3.915 135 9 months ago
2.3.912 130 9 months ago
2.3.902 132 9 months ago
2.3.889 132 9 months ago
2.3.882 138 9 months ago
2.3.879 146 9 months ago
2.3.870 132 9 months ago
2.3.864 135 9 months ago
2.3.856 121 9 months ago
2.3.849 133 9 months ago
2.3.845 150 9 months ago
2.3.842 134 9 months ago
2.3.839 137 9 months ago
2.3.836 115 9 months ago
2.3.827 129 9 months ago
2.3.824 130 9 months ago
2.3.821 153 9 months ago
2.3.818 165 10 months ago
2.3.815 142 10 months ago
2.3.812 165 6/3/2024
2.3.809 152 5/27/2024
2.3.806 150 5/27/2024
2.3.801 145 5/27/2024
2.3.794 150 5/27/2024
2.3.785 163 5/20/2024
2.3.782 163 5/19/2024
2.3.774 184 5/6/2024
2.3.771 165 4/29/2024
2.3.768 161 4/29/2024
2.3.763 160 4/29/2024
2.3.756 157 4/29/2024
2.3.747 150 4/22/2024
2.3.744 151 4/22/2024
2.3.739 166 4/22/2024
2.3.732 163 4/15/2024
2.3.729 162 4/15/2024
2.3.724 143 4/15/2024
2.3.717 161 4/8/2024
2.3.714 158 4/8/2024
2.3.709 168 4/1/2024
2.3.706 159 3/27/2024
2.3.703 146 3/25/2024
2.3.700 179 3/18/2024
2.3.697 170 3/18/2024
2.3.692 173 3/18/2024
2.3.685 175 3/11/2024
2.3.682 160 3/4/2024
2.3.679 159 2/27/2024
2.3.676 149 2/27/2024
2.3.665 160 2/26/2024
2.3.660 167 2/19/2024
2.3.657 140 2/19/2024
2.3.652 171 2/19/2024
2.3.645 172 2/14/2024
2.3.642 157 2/14/2024
2.3.636 143 2/12/2024
2.3.633 154 2/5/2024
2.3.630 152 1/30/2024
2.3.627 146 1/30/2024
2.3.622 149 1/30/2024
2.3.619 142 1/30/2024
2.3.616 167 1/30/2024
2.3.599 148 1/29/2024
2.3.596 149 1/29/2024
2.3.588 137 1/22/2024
2.3.583 141 1/22/2024
2.3.578 153 1/22/2024
2.3.571 161 1/16/2024
2.3.568 166 1/16/2024
2.3.563 167 1/15/2024
2.3.556 160 1/8/2024
2.3.553 195 1/1/2024
2.3.550 180 12/25/2023
2.3.547 170 12/25/2023
2.3.542 169 12/25/2023
2.3.535 170 12/18/2023
2.3.530 142 12/18/2023
2.3.518 178 12/14/2023
2.3.511 187 12/11/2023
2.3.508 196 12/11/2023
2.3.503 179 12/11/2023
2.3.487 185 12/11/2023
2.3.476 202 12/11/2023
2.3.473 210 12/8/2023
2.3.469 188 12/4/2023
2.3.466 189 11/29/2023
2.3.461 180 11/28/2023
2.3.455 168 11/27/2023
2.3.452 166 11/27/2023
2.3.447 165 11/21/2023
2.3.444 197 11/21/2023
2.3.439 176 11/20/2023
2.3.432 185 11/20/2023
2.3.423 167 11/20/2023
2.3.412 1,322 11/14/2023
2.3.407 160 11/14/2023
2.3.399 158 11/13/2023
2.3.392 189 11/9/2023
2.3.387 197 11/6/2023
2.3.384 167 11/6/2023
2.3.379 219 10/30/2023
2.3.376 193 10/30/2023
2.3.373 201 10/30/2023
2.3.368 201 10/23/2023
2.3.365 189 10/23/2023
2.3.360 198 10/17/2023
2.3.357 185 10/16/2023
2.3.352 183 10/16/2023
2.3.345 183 10/16/2023
2.3.336 210 10/9/2023
2.3.333 196 10/2/2023
2.3.330 189 9/25/2023
2.3.327 182 9/23/2023
2.3.324 181 9/19/2023
2.3.320 168 9/18/2023
2.3.313 195 9/12/2023
2.3.310 183 9/12/2023
2.3.305 254 9/4/2023
2.3.302 313 8/28/2023
2.3.299 239 8/24/2023
2.3.296 373 8/14/2023
2.3.293 233 8/14/2023
2.3.288 305 8/8/2023
2.3.282 455 8/1/2023
2.3.264 353 7/24/2023
2.3.260 223 7/17/2023
2.3.257 224 7/17/2023
2.3.246 302 7/11/2023
2.3.243 223 7/11/2023
2.3.238 241 7/10/2023
2.3.231 313 7/3/2023
2.3.228 215 7/3/2023
2.3.223 246 7/1/2023
2.3.218 306 6/26/2023
2.3.215 305 6/19/2023
2.3.210 211 6/19/2023
2.3.195 211 6/19/2023
2.3.190 390 6/15/2023
2.3.187 223 6/15/2023
2.3.182 335 6/5/2023
2.3.179 253 6/5/2023
2.3.174 370 5/29/2023
2.3.171 294 5/22/2023
2.3.168 267 5/22/2023
2.3.163 270 5/15/2023
2.3.160 352 5/8/2023
2.3.157 246 5/8/2023
2.3.154 467 5/4/2023
2.3.151 278 5/3/2023
2.3.144 522 4/10/2023
2.3.141 367 4/8/2023
2.3.131 339 4/4/2023
2.3.126 424 4/3/2023
2.3.123 386 4/3/2023
2.3.117 347 4/3/2023
2.3.114 458 3/27/2023
2.3.111 389 3/26/2023
2.3.108 433 3/21/2023
2.3.105 374 3/21/2023
2.3.100 499 3/6/2023
2.3.97 418 3/4/2023
2.3.94 395 3/3/2023
2.3.60 423 2/28/2023
2.3.57 469 1/30/2023
2.3.54 673 1/23/2023
2.3.51 468 1/23/2023
2.3.48 496 1/23/2023
2.3.45 483 1/17/2023
2.3.44 716 1/16/2023
2.3.41 528 1/15/2023
2.3.38 514 1/15/2023
2.3.33 518 1/15/2023
2.3.25 485 1/15/2023
2.3.6 510 1/15/2023
2.3.4 512 1/15/2023
2.2.127 518 1/15/2023
2.2.120 509 1/15/2023
2.2.110 513 1/15/2023
2.2.107 530 1/15/2023
2.2.102 497 1/15/2023
2.2.95 475 1/15/2023
2.2.84 529 1/15/2023
2.2.73 549 1/15/2023
2.2.72 501 1/10/2023
2.2.66 562 12/14/2022
2.2.60 728 9/7/2022
2.2.55 753 9/7/2022
2.2.50 745 9/7/2022
2.2.45 713 9/7/2022
2.2.36 621 11/3/2021
2.2.28 592 9/27/2021
2.2.15 7,279 9/21/2020

Chore