Questions tagged as 'api'

1
answer

Show fk name on the grid

This is the select of my proc select f.id ,f.nome ,f.dataNascimento ,f.cpf ,f.cidade ,c.nome from funcionarios f inner join cidade c on f.cidade...
asked by 10.08.2018 / 15:25
1
answer

How to use an API in a project in Android Studio? [closed]

Does anyone have any tuto talking about this, or can you explain me by giving some example? I searched the net but everything was kind of clueless, so I came here to find out more. Is anyone able to respond please? Thanks for your help ..   ...
asked by 07.11.2016 / 20:11
5
answers

PagSeguro API does not return purchase status

Previously I had opened an error question in the pagseguro API, well, I managed to solve it. Now my problem is another ... I can not receive the notifications of the pagseguro. I already configured the URL in the pagseguro panel, but I do not re...
asked by 18.09.2014 / 06:39
1
answer

Android API used for program that cuts songs

What Android API to use to edit and cut music? follows a link from an android app that does this: link I await.     
asked by 01.07.2014 / 16:48
2
answers

How to pass values of type Array in Postman

I'm developing an API, and one of the modules is the ACL (access control list) in the Laravel Framework. I came to a problem that I have not yet found plausible solutions, which is like testing values that get more than one parameter inside i...
asked by 23.11.2018 / 20:35
1
answer

List all the data of an API in numerical list (Array)

I have this Array: [tracks] => Array ( [data] => Array ( [0] => Array ( [title] => Amiga Da Minha Mulher...
asked by 14.11.2018 / 09:02
2
answers

Validation API CEP and CPF in Java [closed]

Does anyone know of a Java API that validates CPF and zip code?     
asked by 26.07.2017 / 17:58
1
answer

I can not use the json return in php

Good morning, I have the following problem, using an api php. I make a call that returns me: Then when I give echo var_dump () says to be string (27398), I then do json_decode () and do a print_r (var_dump ()); and says NULL, so I have...
asked by 15.05.2017 / 10:43
1
answer

API Instagram - Search public photos by TAG

I want to get all the photos with a specific HASHTAG, but when using the following URL offered by the Instagram API ... *    https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN * ... it simply returns my ph...
asked by 13.07.2016 / 03:39
1
answer

convert address in coordinates google maps api

I'm doing a site in which I use Google Maps API to route the buses and I need to convert the captured address into an input in coordinates, and display them in another input to go with it (I'm doing this with a js alert and it's driving me crazy...
asked by 06.11.2015 / 00:40