Questions tagged as 'api'

2
answers

Insert several records at once with ApiRestful - Laravel

I have the following question and I would like you to help me with this, you will see, I have in my controller to upload telephone equipment to my ApiRestful and everything done to be able to upload a computer by providing a "json", here the cod...
asked by 15.05.2018 / 09:04
0
answers

Trying to find an API about motorbike brands and models

Does anybody know about an API which contains information about motorbike brands? I mean brand and model or something similar.     
asked by 12.05.2018 / 18:08
1
answer

ASP.NET MVC 5 help with JWT logging

I am developing a web application which consumes the data from a API , this at the time of login returns me a token . This token must be used in the other internal consultations of the application since it must be sent in each req...
asked by 09.05.2018 / 15:31
1
answer

Why do I get this TaskCanceledException error when consuming an api per post?

I tell you that I am making an application in asp.net mvc 5 before which I am consuming an api by means of asynchronous methods Task<> . For this I have a method created with which I consume data through request post but it gives me...
asked by 07.05.2018 / 17:13
0
answers

Use AEMET OpenData with KML for Google Earth

I am trying to use the AEMET regional radar service with Google Earth. I get the JSON through HTTP ( link .) I have seen that it is possible to use other languages as well but none specific for KML. You could help me. Thank you.   ...
asked by 07.05.2018 / 13:35
0
answers

Make HTTP Request by Get in IONIC, to api de laravel sending token

Someone that please collaborate with me in how to make a request for GET, passing values by headers since I must send the authentication token. I try but I get the following error ERROR Error: "Uncaught (in promise): Error: StaticInjectorE...
asked by 08.05.2018 / 03:22
1
answer

ASP.NET MVC 5 error when consuming api with HttpClient

I am consuming an api through the HttpClient service which works fine, but at the time of making another request it throws me an uncontrolled exception. With this last I mean that when making the first request it returns the answer to me well, b...
asked by 04.05.2018 / 16:56
0
answers

How to enter coordinates in a javascript array

I am working on a small project to mark positions in Google Maps, I do not know how to read a file .txt that contains the coordinates of the markers by longitude and latitude, as an example: -15.432545, 6.4344523 \n -15.563452, 6.542345...
asked by 12.05.2018 / 03:53
2
answers

Create HttpClient service to reuse

How should I create my service HttpClient to be instantiated once in the application to be able to reuse that instance throughout the application and avoid exhausting the sockets ?. All this given that I am consuming a WebApi....
asked by 10.05.2018 / 15:20
0
answers

Save values from the Google Maps autocomplete field

How can I store an address that autocompletes with the Google Maps API in JavaScript, saves the city, but does not save the address ... Any ideas? Thank you!     
asked by 10.05.2018 / 10:54