Questions tagged as 'api'

0
answers

Consume REST API with Angular6

I'm studying Angular6 and what I'm trying is to obtain data from a REST API and treat them on my website. It consists in receiving an array of a player with many different fields and one of those fields is an array called transactions, what I wo...
asked by 03.10.2018 / 18:01
0
answers

Browser does not display any content - Ionic

Well, as the title says, I'm trying to consume a rest API with Ionic 3 and for some strange reason, my browser does not show me the array that returns the api, the strange thing is that the console is shown, I thought that I had syntax error or...
asked by 17.09.2018 / 01:15
1
answer

C # Web API I want to build a JSON and receive it with AngularJS 5/6

I want to build a JSON from the backend where the texts will come according to the language configured by the user. In the backend I am using a Web API from .net and I want to take that JSON in the frontend AngularJS 5/6 and somehow I can use...
asked by 13.09.2018 / 22:18
0
answers

You must provide a device_name, a description and an amount to process to payment

This is my code: $params='device_name=miguelcel&description=ladescripcion&amount='.floatval($_POST["importe"]).'&cc_type=debit_card&external_reference='.$idFactura.'&disable_back_button=true&notification_url=https://www...
asked by 12.09.2018 / 22:27
0
answers

Cellphone api7 problem with Android Studio

I try to run my app on my cell phone but I get this message: The following classes could not be instantiated: - android.support.v7.widget.ActionBarContainer (Open Class, Show Exception, Clear Cache) - android.support.v7.widget.ActionBarContex...
asked by 12.09.2018 / 12:14
0
answers

Google Drive Api display photos in an app

Can you download images from a Google Drive folder to be able to display them in an activity for my app? A sales app is being created where the catalog that will be shown will be photos that are stored in a folder of Drive and for which it is re...
asked by 12.09.2018 / 16:12
0
answers

Locations in Google Maps API

Please could you please help me, is that I'm trying to implement the Google Maps API to mark several locations and list them in a container with Scroll showing them like this one Samsung I can not find documentation for this side panel wher...
asked by 12.09.2018 / 16:26
0
answers

Failed to return JSON "SyntaxError: Unexpected token in JSON at position 0"

mysqli_connect.php <?php //db details $db_host = '127.0.0.1'; $db_user = 'root'; $db_pass = ''; $db_name = 'db_ws_restphp'; //connect and select db $con = mysqli_connect($db_host, $db_user, $db_pass, $db_name); ?> index.php <?p...
asked by 05.09.2018 / 00:53
1
answer

verify purchase code api

I found an employment script and I want the registration of the purchase code to be optional to publish it on my website the route is divided by steps but exactly the step3.blade.php asks me to verify the purchase code thing that I do not want p...
asked by 03.09.2018 / 04:53
0
answers

Failed to resolve: com.android.support:appcompat-v4:23.0.0

I'm using Android Studio version 3, the cell that I try uses the api 23, so I tried to change the gradle, but I get the error message Failed to resolve: com.android.support:appcompat-v4:23.0.0 apply plugin: 'com.android.application' android {...
asked by 12.09.2018 / 09:10