Questions tagged as 'api'

1
answer

How to work safely on an API + Android?

I need to develop an API that will receive the data of a user in json via $ _GET with PHP, which will do the verification of the data and return a true or false value for the Android application. I am currently using AES encryption to send js...
asked by 17.10.2014 / 19:09
1
answer

javax.el - Implementation of Glassfish

There is a JSR-000341 (Expression Language - EL) API in version 3.0.0. Maven dependency on the javax.el API: <dependency> <groupId>javax.el</groupId> <artifactId>javax.el-api</artifactId> <versio...
asked by 17.04.2014 / 22:53
1
answer

Post office API request

I have a problem with my C # code, I am trying to consume the api of the mails but the data comes null, I found another tutorial on the internet that said to instantiate the class trace and get the property rastroJSON but my service does not hav...
asked by 04.11.2017 / 00:47
1
answer

How to call youtube API with several parameters?

I'm trying to get data from multiple videos, however the Youtube API is separate for videos and playlist , so I used the playlist API to get the VideoID of each video that is in a certain playlist, but to call the videos API I want to...
asked by 29.06.2017 / 17:12
2
answers

Is there any way to send image by JSON to an api?

I want to send an image (I'll save it to the same bank), but I do not know how to send it together in POST . I'm using AngularJs : <input type="file" ng-model="user.imageProfile"> $scope.register = function (user) {...
asked by 04.11.2016 / 11:58
1
answer

How to do zip validation for Android

I would like to know how do I validate a user-entered zip in an EditText on Android. Do I need any specific APIs? I want to validate if the zip is existing and return to the screen if it is not.     
asked by 15.05.2015 / 16:08
2
answers

JSON API Callback

I have a question on how to filter results from a API , and would like to know if anyone has had this problem before. Let's say that we have to access a API that is on a server other than ours and returns a response in JSON...
asked by 18.10.2015 / 05:44
1
answer

Slow response PHP API

I'm doing a project with bands profiles. I'm trying to use the last.fm API. For test database I downloaded the PHP API: link The classes I left in Root / src / classes.php, and I started using Artist :: search ($ artistName, $ limit);...
asked by 27.02.2015 / 12:33
1
answer

Problem with Google Maps V2 in android SDK

I'm getting this error in my Android project that uses the google maps V2 API: 02-24 11:18:03.627: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2949120 offset:2334720 fd:51 02-24 11:18:04.527: E/Random(24852): > 17.3...
asked by 24.02.2014 / 14:58
0
answers

Pass the token of an AngularJs controller to a Laravel API

I am trying to pass the token that I have in my controller to authenticate to an API in Laravel. But I'm encountering the error:    "token_not_provided" Note: I am using JWTAuth with Laravel 5.4 Follow my API: use Illuminate\Suppor...
asked by 17.10.2018 / 01:45