Skip to main content

Questions tagged [api]

DO NOT USE. Use specific tags like [google-cloud-platform], [facebook], [amazon-web-services] instead or [api-design] where applicable. Questions asking to recommend or find an API are off-topic.

api
36,142 questions with no upvoted or accepted answers
32 votes
0 answers
2k views

Can I set offset in lookup of iTunes API? (I'd like to paginate lookup result)

I'd like to paginate lookup result. So can I set offset in lookup of iTunes API? The API document says no offset parameter, but, in search API, we can set offset likes below. https://itunes.apple....
bekkou68's user avatar
  • 832
17 votes
2 answers
737 views

Oauth cookie authentication with cross domain in ASP.NET Core API

I have used OAuth cookie authentication in the ASP.NET Core API project. All the APIs are authorized in this project. After successful login, all APIs can be accessible from a browser URL bar. When I ...
Madhan kumar D's user avatar
12 votes
2 answers
1k views

How can we get real-time Instagram location notifications for our customers?

I'm working on a system whose end-users are small and medium business owners. The goal of this feature is to get pictures (in real-time) that others post to Instagram that are tagged with their ...
Tony Bathgate's user avatar
11 votes
0 answers
559 views

programmatically access google search watchlist

Google offers you the possibility with Google search to track, like and rate movies or TV shows. You can see those options blended with the information of a given movie when searching for it. You then ...
Joel Barenco's user avatar
11 votes
0 answers
1k views

Static Assets URL as absolute path or relative path in API Response

I have a Spring boot API service , other websites and mobile apps call this API for data and images. Images are stored in file system and file path in database. I am looking for best practice to ...
Mukun's user avatar
  • 1,806
11 votes
0 answers
8k views

AWS Amplify Graphql - TypeError: Must provide Source. Received: undefined

I am doing my queries exactly as in the documentation (https://aws-amplify.github.io/docs/js/api#amplify-graphql-client) but I keep receiving the following error: TypeError: Must provide Source. ...
Femke's user avatar
  • 165
11 votes
0 answers
607 views

Getting an Unauthorized error(401) from vuforia server

I am trying to implement vuforia api in C# code. I am getting an error from the server. C# Code: ASCIIEncoding Encoding = new ASCIIEncoding(); MD5 md5 = MD5.Create(); string requestPath = "/...
chozha rajan's user avatar
11 votes
0 answers
724 views

SO API: How to get a user's reputation rank/position?

Having earned the "Tumbleweed" badge for this question, I thought I'd re-post here and put it to a larger audience: Using the SO API request http://api.stackoverflow.com/1.1/users/[userId], I can get ...
Richard H's user avatar
  • 38.8k
10 votes
1 answer
1k views

Bittrex Api: Conditional Fills, Fill-Or-Kill etc.

I need to adjust the bittrex api for a client: the LIMIT_BUY or LIMIT_SELL (and CANCEL) orders work so far. But he got a problem with Partial Fills. The api doc. on their website doesn't mention ...
davidman77's user avatar
10 votes
0 answers
1k views

Authenticate via api-key in chrome web store api

I would like to automate chrome extension deployment and followed this guide for the most part: https://developer.chrome.com/webstore/using_webstore_api. I created a project in my developer console, ...
Johannes Merz's user avatar
10 votes
0 answers
2k views

Google Maps Android API v2 blocks UI thread

Inside FragmentActivity I replace Fragment which has nested TabPageIndicator (2 tabs inside). First tab - Fragment with Description. Second tab - Fragment with map inside + markers! When I start ...
Denis Zhuchinski's user avatar
10 votes
1 answer
1k views

API support in Play Store

Good day, today I uploaded my application to google play, and in the stability section of my application it appeared that I have a compatibility problem of an APi which unfortunately I do not know ...
Stanley ROman's user avatar
9 votes
0 answers
1k views

How do I get a Pinterest API app approval?

maybe this is not a code question, but we really do not know where to ask... We already submitted several requests to Pinterest support, but still waiting for our app to be approved, after several ...
Luca Reghellin's user avatar
9 votes
0 answers
560 views

How to update running JobService with new request?

I have an app with the option to download files. For this purpose, I've implemented DownloadService which will firstly do the database query to get download candidates and then build queue for ...
majov's user avatar
  • 545
9 votes
2 answers
950 views

Gitlab API not showing all attributes in build status of commit

I am using simple curl command as given in gitlab documents, to Post the build status to a commit . But in gitlab build status it only shows: "Pipeline #20 failed for abc....." Even when I am ...
TPS's user avatar
  • 513

15 30 50 per page
1
2 3 4 5
2410