Questions tagged as 'api'

0
answers

How to consume Qualtrics REST API in C #?

I am starting a new project and I am new to this, what I want to do is use the REST API of Qualtrics , which is a page of surveys, so you will find different URLs containing your API, the documentation explains how to make the structure of the...
asked by 20.08.2018 / 03:31
0
answers

I can not render the API data in Angular2

I have my Contacts component, but I can not show the names of the array in the view, which is wrong in my code. ContactsList.ts import { Component, OnInit } from '@angular/core'; import {HttpClient} from '@angular/common/http'; @Component...
asked by 17.08.2018 / 23:05
0
answers

Aws api gateway answers status 206 when I call service from my application and it answers 200 status when I call service from postman

I am using the api gateway of amazon, as a proxy for a URL on another server, everything has gone perfect, the configuration of the resource in api gateway request_warranty then the method associated with that GET resource then indic...
asked by 17.08.2018 / 20:22
0
answers

How can I change currency in PHP?

I'm trying to adapt Google's api to make the currency exchange, but apparently they no longer offer that service. Now I'm trying to scraping to get the current value of the currency, but I do not understand much of that, does anyone have any ide...
asked by 24.08.2018 / 20:31
0
answers

Error trying to assign result to object

When I try to assign values to an object from a deialized result (from an API, JSon). I get the following error: Unexpected token while deserializing object: PropertyName. Path 'studentID'. Here is part of my code: resultJSonRequest = re...
asked by 14.08.2018 / 20:17
1
answer

Error in showing confirmation or error message

I have a problem sending the confirmation of the sending of the form, I am not showing any when completing the data or having a shipping problem. The link with Mailchimp if it works perfect. if ($_SERVER['REQUEST_METHOD'] == 'POST') { $fnam...
asked by 13.08.2018 / 16:25
0
answers

api curl_init php

I have the following command: header("Content-Type: application/json"); $url="https://api.comprobanteselectronicos.go.cr/recepcion-sandbox/v1/recepcion"; $ch = curl_init(); $cOption = array( CURLOPT_URL => $url, CURLOPT_HEADER...
asked by 09.08.2018 / 18:30
1
answer

Help: structure site with Vue js, Server web and Server API

how are you? I wanted to consult if there is any way that is styled, either in performance or directly as good practices, for the following: The application of the web side is with Vue js, there will also be an API to be consumed by both web and...
asked by 30.07.2018 / 23:22
0
answers

Can you make an SMPP connection to an API using Kannel?

I ask this question because I do not know if a connection can be made from kannel to an api in an external url. For example, send the sms via smpp to kannel and let kannel send this received sms to an external api link     
asked by 03.08.2018 / 23:08
0
answers

Get or convert a queries from TFS to WIQL to use with the TFS API (not Webservices)

I'm trying to get the data returned by the next querie launched from Visual Studio Team Foundation Server through a small program made in C #. While I manage to get the workitems on one hand, I would like to move the next one using the Microsoft...
asked by 02.08.2018 / 11:57