how to get specific item sold history through eBay Api [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am using the eBay shopping API and I cannot find a way to get the specific item sale history fields. I tried Google but found nothing.
Thanks in Advance!

You have GetItemTransactions() in the Trading API that might suit your needs.

Related

How to store user information in token in .net core? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have to store token in cache that comes from rest api for about 1 hour of time. I am new to this so don't know much about same, Please help me to guide.
u can use jwt token or cache helper for same.

Using Clarifai's models locally [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I wanted to ask if it is possible to use Clarifai's system offline, meaning accessing the trained models on the device so it can work without access to the internet.
Thanks
Kunal from Clarifai here.
We support this with our Mobile SDK which is currently in limited preview. You can get more information here, https://www.clarifai.com/get-sdk

Make form labels dynamic based on selected language [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to create a aspx page using c# which can be displayed in English and Dutch both languages.
Can any one give me any idea how to do it?
See this tutorial
Walkthrough: Using Resources for Localization with ASP.NET
http://msdn.microsoft.com/en-us/library/fw69ke6f(v=vs.90).aspx

How To Compare two strings on Percentage Basis [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to compare two strings on percentage basis
like i have this
Player and wmplayer
Manager and IDMan
Mail and WINMail
Explorer and iexplorer
Any Help Please
You can probably make use of a library such as ScoreSharp. It is designed to do fuzzy matching to find similarities between strings.

Get Movie Data without imdb [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Im doing an small program(using C#) where i can get movie details. My first choice was to use imdb. But apparently imdb has change their website, so that all the Web Scraping examples ore api i have found dosent work anymore. So my question is: Are there an alternative movie database that i can use instead.
The Movie DB is opensource and has an api you can use.

Categories