Questions tagged as 'api'

0
answers

Problem Api League Of Legends with angular and / or Node

Good I wanted to practice a little the use of the external apis, that is, apis services not made by me so I found the api of League Of Legends that seems or seemed easy. I find in the documentation the different url that the API provides to...
asked by 12.11.2018 / 12:56
1
answer

Create a slider with values collected from a PHP API

The fact is that I am collecting the values of an API in the form of a list. The UL is outside the value that runs through the API array and within the array are the list elements that I collect. Each value collects me a div and places it horizo...
asked by 12.11.2018 / 16:02
1
answer

API OData does not show values

Use VS 2017, I made a web service following a tutorial, but when executing it, it does not bring anything from the database and instead shows: <ArrayOfstring> value1 value2 public class ClienteController : ApiController...
asked by 06.11.2018 / 23:10
0
answers

Fetch api, Retrieve response data

I have a code in javascript that sends an id by POST, to a php file (vs 7.2.9) that consults with sql to a DB, and I need the html code it generates to make a report with dompdf Javascript code let cedu = snapshot.val().cedula;...
asked by 05.11.2018 / 21:59
1
answer

Errno 99 Can not assign requested address Request Method: POST Request URL

I get the following error when doing a user registration in django-rest-framework using the path / rest-auth / registration / [Errno 99] Can not assign requested address Request Method: POST Request URL: link Django Version: 1.11.2 Python...
asked by 09.11.2018 / 14:48
1
answer

JSON and utf-8 problems when inserting data in BD from php

I am currently having a problem in decoding PHP characters, I am calling an API using a file_get_contents () and then calling with a variable: $jsondata = file_get_contents(URL DEL API); $data = json_decode($jsondata, t...
asked by 09.11.2018 / 12:41
0
answers

Google API My Business

Today I appeal to you for something that is completely new to me, the google APIs. It happens that I am working on a web project where they are asking me to place the hours that the business opens, this has been configured in Google My Busine...
asked by 31.10.2018 / 19:44
0
answers

Instagram Endpoints

I'm building an application in PHP, and seeing that the Instagram API has changed. I need to give "me gusta" to a post with the authorization of my account. This publication of my other account, belongs to sandbox of the appli...
asked by 29.10.2018 / 16:09
0
answers

Someone who has experience consuming Payment gateway Service of Master card

Someone who has experienced Master Payment card gateway service could help me with this error } My settings are as follows / possible values: // FALSE = disable verification // TRUE = enable verification $ configArray ["certific...
asked by 27.10.2018 / 21:02
0
answers

Return Related Model fields in JSON - DjangoRestFramework

I need to be able to access the values of the fields related to a certain model. I have the following in my activity / models.py from django.db import models from metodologia.models import Metodologia from competencia.models import Comp...
asked by 26.10.2018 / 15:14