I am creating an extranet and the .doc .xls .ppt files are loaded and saved on the server in a folder ./folder/test.doc and on the extranet it is already shown that this file is registered, now the subject is that in an iframe only display the p...
My problem is the following, I bring a json from my api , the same I pass it to a JSONArray the topic this is that I want to arm a Array<Especialidad> and I do not know how to do it.
Specialty_connect
public...
I am developing a app in which I want to connect said app to a api . But I'm having problems receiving the json to be able to show it within my app . I share the code.
MainActivity
public class MainActivity...
I am trying to use the Aemet API to add weather forecast to one of my apps, but all calls return an empty body.
As I see in the documentation, this call should return the data of the last 24 hours, but it returns a 200 without body:
link...
I have a website with a domain like miweb.com . I want to create an api rest in a subdomain, with what I would also use: api.miweb.com Is it a separate domain in terms of domain registration?
Would anyone know a function similar to cURL to make requests to an API in php?
So far I have used cURL to make http requests, but I was asked to investigate alternatives, for example in cases where you work in an environment that does not al...
Good, I want to know where to start to research to create a route on the Google map, but I want to make a route to convenience, I mean not optimized by Google, is to indicate the route of a public transport BUS. Thanks
I've been trying for a while to get the JSON of the API of League of Legends data and I can not find a way. I give the example of one of the JSON that I can not go.
{
"23385178": {
"summonerId": 23385178,...
I am developing a API with slim framework 3 that connects to a local database. The problem is the following, when I try to insert a new element, it throws the following error
{"error": {"text": SQLSTATE[23000]: Integrity constr...
I'm using the dailymotion API to upload videos but I want to get the id of the newly uploaded video but I do not know how to do it. Could someone help me?
I have this code:
$api->setGrantType(
Dailymotion::GRAN...