Top "Api" questions

DO NOT USE.

curl posting with header application/x-www-form-urlencoded

$post_data="dispnumber=567567567&extension=6"; $url="http://xxxxxxxx.xxx/xx/xx"; I need to post this $post_data using cURL …

php api curl php-5.3
What is the difference between resource and endpoint?

I have heard both "resource" and "endpoint" to refer to the same thing. It seems that resource is a newer …

rest api uri restful-architecture endpoint
Stock ticker symbol lookup API

Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name …

api finance stocks
Automated testing for REST Api

I would like to write an automated testing suite for a REST API. As we complete new services, we'd like …

api rest testing automation
Parsing HTTP Response in Python

I want to manipulate the information at THIS url. I can successfully open it and read its contents. But what …

json api python-3.x dictionary urlopen
Is there a wikipedia API just for retrieve content summary?

I need just to retrieve first paragraph of a Wikipedia page. Content must be html formated, ready to be displayed …

api wikipedia wikipedia-api
How to check if Receiver is registered in Android?

I need to check if my registered receiver is still registered if not how do i check it any methods?

android api broadcastreceiver android-broadcast android-broadcastreceiver
cURL POST command line on WINDOWS RESTful service

My problem: Using the command line tool to curl my localhost server while sending some data along with my POST …

windows api post curl command-line
Instagram API: How to get all user media?

In general I need to get all user media. User has more than 250 photos. I do /users/1/media/recent/?access_…

api instagram
Catching exceptions from Guzzle

I'm trying to catch exceptions from a set of tests I'm running on an API I'm developing and I'm using …

php api functional-testing guzzle