Questions tagged as 'api'

0
answers

Problems using the Windows API Common File Dialog

I'm trying to use a windows API called Common File Dialog to create a window to open and save files. However I can not use the sample code that is there: link First of all: IFileDialog. It seems to be contained in a library called "Shobjidl",...
asked by 28.01.2018 / 01:02
0
answers

Poloniex API Problem

I'm having problems with the Poloniex API, when I run the code polo = poloniex.Poloniex('key', 'secret') polo.sell('BTC_MoedaX', 0.003, 3) polo.buy('BTC_MoedaX', 0.003, 3) Returns the error: {'error': 'Amount must be at least 0.000001.'}...
asked by 19.01.2018 / 00:49
1
answer

Sending email in a ji-js api

I have a demand to develop an api that among other features needs to send warning emails, in the architecture it has been defined that we will use javaEE jax-rs has anyone worked with any api that integrates sending and receiving email in java?...
asked by 23.01.2018 / 20:24
1
answer

How to interact with another API running on a different port with Node?

Good afternoon guys, I'm having to create 3 micro services on nodejs, but I still have not been able to interact with them. Ex: I have 3 APIs that two are clients of the first one, I want to know how I make interaction between them being that...
asked by 14.01.2018 / 15:36
1
answer

Recover Bearer Token using ClientId and ClientSecret

Good morning, I need to make a call in an API, I have ClientId and ClientSecret, but from what I understand, I can make calls using the "authorization bearer". My question is how do I turn the id and secret into this "bearer token". I'm...
asked by 18.01.2018 / 12:55
1
answer

Android application that consumes WebService

I'm trying to create my first app to make use of a WebService, in that case I'm just trying to return some of the information via string and later I'll put each information in its proper component, I'm trying to use the coinmarketcap API to brin...
asked by 13.01.2018 / 01:22
0
answers

Consumption of API with multiple requisitions

Good morning! I need to make multiple requests in a REST API, using PHP, passing multiple parameters. I'm currently using% ur_% using a variable in the url. However, due to the processing time, the Fatal error: Maximum execution time of 3...
asked by 08.01.2018 / 13:23
0
answers

Generate automatic api sequence when clicking the specific product

I have a customer portal, and in this customer portal will have a "my purchases" page there will show the products purchased, and when you click on it will appear the "tracking" of this product with various information. I do this with data from...
asked by 03.01.2018 / 15:22
2
answers

How can I echo a JSON in PHP?

Look, I'm doing tests with an api where I'm getting this json: [ { "id": "bitcoin", "name": "Bitcoin", "symbol": "BTC", "rank": "1", "price_usd": "18880.8", "price_btc": "1.0",...
asked by 19.12.2017 / 03:37
1
answer

Playing variables to be parameters in the API

I have a website and to enter it needs to log in, and the data is: cpf and email. And I have an API that I need to play the cpf and email variables to be parameters in the api, but I do not have much knowledge in api and also just have the link...
asked by 15.12.2017 / 12:52