Questions tagged as 'api'

1
answer

REST API route pattern

I am creating an application similar to Twitter using Laravel and React, where the database has the tables: Post, User, Relation, Mention and Repost. In the 'timeline' screen of the application will be displayed information of all the tables of...
asked by 09.03.2018 / 14:31
0
answers

Google Drive API to search images

I recently started to study the Google Drive API. I'm able to list all Drive files and have access to all of their attributes. However, I was asked to search only for image files. What did I do? I played the search code inside a JavaScript:...
asked by 22.03.2018 / 18:00
0
answers

Read file igc (log track) GPS

I'm trying to find information on the internet about reading GPS files. I still do not know which extension is most used by GPS devices, however, I use XCSoar to record paraglider flights and it creates files with .igc extension. Basically I wan...
asked by 05.03.2018 / 18:22
1
answer

Integration with Asaas API ticket

Someone here has already made integration with the ticket system of Asaas follow the link if anyone wants to take a look there    link I would like to know if the customer paid for the id of the charge this via PHP and JSON if someone...
asked by 05.03.2018 / 05:55
0
answers

Simultaneous Phalcon + WAMPP request problem

I'm creating an application that will run a SPA on the front end with VueJS and on the backend a webservice with Phalcon. I'm having a problem when I make two asynchronous calls simultaneously to the API (located on my test machine) I get the fo...
asked by 01.03.2018 / 18:00
1
answer

OAuth 2.0 flow for authentication of multiple APIs using an authentication server

When I log in through my front-end layer, a request is sent to my authentication server which, in turn, returns a Bearer Token that can be saved in a cookie, for example. No doubt about it! My problem is that my front layer requests N other...
asked by 06.03.2018 / 20:51
0
answers

Quotation API for GDP and IGM-P

I need to consume quotation data for the following quotas: - GENERAL MARKET PRICE INDEX - IGP-M GDP - Dollar I found some APIs that return the dollar, but PIB and IGP-M did not find any. Does anyone know of any APIs that return these quota...
asked by 26.02.2018 / 18:55
0
answers

Page according to the clicked Product ID (JAVASCRIPT)

I am trying to get the ID of the button which is a variant and throw it on another page to perform a fetch API. It's just that this button is done automatically, it depends on how many purchases you have in the client's cpf, if you have 2 purcha...
asked by 23.02.2018 / 17:10
0
answers

CORS Google maps api direction

I have a problem where I require the data + key from google maps it returns me the data right (json) when I look at the network of the browser but the console is accusing a problem of CORS ... Can anyone tell me how to capture api data?     
asked by 02.03.2018 / 04:14
0
answers

Capture Trello API custom fields

Gentlemen, I'm making a system that integrates with Trello. By performing the following HTTP command: curl --request GET \ --url 'https://api.trello.com/1/cards/ID_CARD?key=MINHA_KEY&token=MEU_TOKEN' I am returned the json correction...
asked by 21.02.2018 / 02:17