Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 646 Bytes

etsy-aspnetcore

This project shows how to use the Etsy API in ASP.NET Core (C#). It has been written as part of my medium article at https://manuelreinfurt.medium.com/use-etsy-api-with-oauth-1-0-in-asp-net-core-c-819fb6edd376.

How to run

Simply clone the repository and call:

  • dotnet restore
  • dotnet run

How to use

The last request will then show JSON containing all of your open orders in Etsy.