Questions tagged as 'api'

0
answers

Error trying to authenticate to a laravel API

I am trying to authenticate my request in a Laravel API (5.4). Even following the authentication documentation documentation, whenever I submit the request, I have the following return:    Not valid token provider. LoginController: <...
asked by 16.10.2018 / 02:54
0
answers

Problem Setting Up Google Maps API

I can not configure the Maps API, I've already put my keys and everything else but it will not. <!DOCTYPE html> <html> <head> <title>Simple Map</title> <meta name="viewport" content="initial-scal...
asked by 02.10.2018 / 04:31
0
answers

How does the communication between a Laravel API consuming an Oracle Storage Cloud API work?

I am developing an API in laravel and to upload / download files I use the api Oracle Storage Cloud. My question arises regarding communication between Client-Front > API Laravel > API Storage. Let's imagine the following senario: 1-...
asked by 27.09.2018 / 17:52
1
answer

Error: java.lang.NullPointerException: Can not invoke method trim ()

I've tried using Port and the baseUri and does not run the rest, it always fails. Full error:    java.lang.NullPointerException: Can not invoke method trim () on null object at org.codehaus.groovy.runtime.NullObject.invokeMethod (NullObjec...
asked by 29.09.2018 / 20:38
0
answers

Google Maps JavaScript API warning: NoApiKeys

I'm using a code to navigate Google Maps and display the coordinates on the screen. In the code snippet it is necessary to enter a valid credential / key. I include as requested, but still displays a "NoApiKeys" error. I am sure that my key is v...
asked by 26.09.2018 / 16:53
0
answers

Retrofit2 API call is not performed

Good evening!   I am trying to do some testing to learn how to tinker with retrofit and RecyclerView and am using the example of the coinmarketcap site API in v2. But the service call is not entering the enqueue method, here is the configuration...
asked by 19.09.2018 / 02:22
1
answer

Redeem Cookie values

Good afternoon I have an application in MVC that generates some cookies, I would like to know if it is possible to recover these cookies through an Api, as I tried and unfortunately could not. Code generated for api: [Route("ResgataCookie")...
asked by 25.09.2018 / 21:27
0
answers

Perl SOAP :: Lite, problems mounting complex request

I'm trying to consume an API using Perl + SOAP :: Lite, for simple requests I can consume the API and get the result, however I need to make a more complex request to access a given API service and I'm having problems. Below is the code I'm w...
asked by 17.09.2018 / 14:08
1
answer

Remove payment installment payment

I am implementing payment with the pagseguro API, everything works perfectly, the problem is that I do not want to offer installment or freight, I have these variables that I move to an array (it sends the payment data), I already I tried removi...
asked by 21.09.2018 / 23:59
0
answers

Google Maps query with multiple answers

I'd like to do a search on that, from the source address, I get routes to 5 other points. Here is the code I already use: <script src="http://maps.google.com/maps/api/js?sensor=false"></script><scripttype="text/javascrip...
asked by 20.09.2018 / 01:45