so I'm working on some code to pull the pictures of people who have liked a post on instagram. i'm using instagrapi for the api system, but when using api.media
I want to send a List of ManageTagModel in a multipart request along with other models and files.. I am not certain of how to send this List of model.. This i
I often read about establishing API contracts, but I'm not sure why it's usually recommended to be consumer driven? Can someone explain what are the advantages/
thanks for coming to my aid. In the course of using the coinbase API, when I callclient.getAccounts({}, function(error, accounts){console.log('accounts', accoun
In the c++ documentation for the pylon API, they use a loop to display the grabbed images. This code works fine: //Basler-Pylon example main() { CInstan
Attempting to generate using python to screen using cgi. However, when I run it from the command line, I keep getting an error stating that it is missing parent
I've created an API that allows you to make a POST request that doesn't return an immediate result to the client and needs to be processed. I would like to allo
I have an issue while I try to build project in VS2012. It cannot build due to the error: Couldn't process file xxx.resx due to its being in the Internet or Res
I am trying to suggest movies to an user who has entered a movie genre, e.g. "horror", "sci-fi", etc. For this, I have written a function that makes an API call
I've been trying to get tableau usage statistics for the last 3 months. When running this get request on postman Server/api/api-version/sites/site-id/workbooks/
as i said in the title, i'm using an api, here is the html <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf
I have this JSON to create a new user, which works for me, but it doesn't assign the group declared in the groups "groups":["APIs"] tab to the user json: {
I am currently in the midst of writing myself a little python bot for binance using their API and I find the documentation rather lackluster and wondered whethe
I have encoded a token with JWT::encode($payload, $key, 'HS256'); When I am trying to decode it with the same key, it throws an error. Here is the code: <?p
I have three resources, owner, dog, and puppy and I am designing the REST endpoints for the puppy. I already know who the owner is with every request via JWT a
We are currently having all our APIs in Azure API Management Portal. The versioning in the API code is handled using the version header. These APIs were deploye
I am writing a code in PHP where i need to call and API (Sending username and password) and then fetch the authorization value. I tried some solutions which are
like this, I want to send json body request to GET API tried this but not worked public static void getQuestionsListApi2(final String requestId, final Str
The scenario goes something like this. I've a 3rd party system that accepts 'callback' endpoint and upon a specific event (at the 3rd party system), a new API r
Cannot get the advanced-stats from IEX Cloud. Could you please help me to resolve this tackle? Just to clarify, it works for stats, quotes etc. import requests