Top "Api" questions

DO NOT USE.

How do I make calls to a REST API using C#?

This is the code I have so far: using System; using System.Collections.Generic; using System.Linq; using System.Text; …

c# api rest
How do you set the Content-Type header for an HttpClient request?

I'm trying to set the Content-Type header of an HttpClient object as required by an API I am calling. I …

c# asp.net api http rest
REST API Best practices: Where to put parameters?

A REST API can have parameters in at least two ways: As part of the URL-path (i.e. /api/resource/…

api rest url
JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I am getting error Expecting value: line 1 column 1 (char 0) when trying to decode JSON. The URL I use for the …

python json api curl
Call a REST API in PHP

Our client had given me a REST API to which I need to make a PHP call to. But as …

php web-services api rest
Making a request to a RESTful API using python

I have a RESTful API that I have exposed using an implementation of Elasticsearch on an EC2 instance to index …

python api rest elasticsearch
REST API Best practice: How to accept list of parameter values as input

We are launching a new REST API and I wanted some community input on best practices around how we should …

api rest
How do I get currency exchange rates via an API such as Google Finance?

Now, I did find the Google Finance API and started looking through that but I found a lot of info …

api google-finance-api
Alternative to google finance api

I wanted to use Google Finance API to get stock data about the company but this API is deprecated since 2011/26/05. …

api google-api google-finance quandl