Top "Api" questions

DO NOT USE.

Postman Resolving "Invalid CORS request" for a POST Request

I've just started using Postman to test an API I am integrating to. I have the following error that keeps …

api rest postman
Python Weather API

How do I import weather data into a Python program?

python api weather temperature
Android USB host and hidden devices

I am developing an Android application in which I have to communicate to an USB device. I tried to use …

android api usb host
How detect current screen resolution?

How do I from Winapi (in C or C++) detect the current screen resolution? Some background: I want to start …

c++ c winapi api resolution
How do I secure REST API calls?

I'm developing the restful web app that using some popular web framework on the backend, say (rails, sinatra, flask, express.…

security api rest web-applications backbone.js
how to generate OTP and send the password to mobile via sms

I am doing a project of using OTP for the login of the websites, I have created a button named "…

php sql api login one-time-password
TypeError: coercing to Unicode: need string or buffer, int found

I have 2 APIs. I am fetching data from them. I want to assign particular code parts to string so that …

python api unicode buffer typeerror
REST api: requesting multiple resources in a single get

I'm trying to design a RESTful API where the users can fetch a single product or list of products in …

api rest
XMLHttpRequest cannot load is not allowed by Access-Control-Allow-Origin

I'm trying to get access to education.com API data. However, I keep receiving an error the error states: XMLHttpRequest …

javascript jquery json api getjson
Design RESTful query API with a long list of query parameters

I need to design a RESTful query API, that returns a set of objects based on a few filters. The …

api rest http-parameters