Top "Api" questions

DO NOT USE.

Basic authentication not working with Requests library

I'm trying to use basic auth in python auth = requests.post('http://' + hostname, auth=HTTPBasicAuth(user, password)) request = requests.…

python api python-requests appdynamics
How to use Android's camera or camera2 API to support old and new API versions without deprecation notes?

The new camera2 API confuses me. I want to develop an app (for Android APIs 10 - 21) which uses the device's …

android api camera android-camera android-camera2
GUI frontend for cURL for testing an API

I'm (manually) testing a RESTful API that makes full use of GET/POST/PUT/DELETE methods. Rather than using cURL …

api rest http testing curl
How to use Win32 API with Python?

How can I use win32 API in Python? What is the best and easiest way to do it? Can you …

python winapi api
Is there any way to get Firebase Auth User UID?

I am looking to fetch Auth User(s) UID from Firebase via NodeJS or Javascript API. I have attached screenshot …

javascript node.js api firebase firebase-authentication
REST API Best practices: args in query string vs in request body

A REST API can have arguments in several places: In the request body - As part of a json body, …

json api rest http query-string
Real life trading API

Do you know an API that lets you trade with real life stock or currency? If so, please describe your …

web-services api finance
Is there any way to post events to Google Analytics via server-side API?

I'm trying to use Google Analytics from our backend system by posting events to it. Is there any way to …

api google-analytics analytics
RESTfully design /login or /register resources?

I was designing a web app and then stopped to think about how my api should be designed as a …

web-services api rest http restful-url