Questions tagged as 'api'

0
answers

Internal error payments sandbox market paid

Good evening. I'm doing integration, sandbox, in the paid market and I'm taking the following error: { "message": "internal_error", "error": null, "status": 500, "cause": [] } The body of the transaction: { "transaction_amount": 1, "token...
asked by 10.02.2018 / 02:46
0
answers

Processing information from a json in JavaScript

I'm working with Flowxo doing a BOT for telegram. In it, I need to process some information directly from an API in json format. I can include a JavaScript code in the process. The process works something like this: User sends a message &g...
asked by 01.03.2018 / 17:33
0
answers

Disable JS script on certain pages

I added a script in JS in PHP based on my project in CodeIgniter, this makes the other controllers also run this script. How would a particular page not execute this script?     
asked by 24.01.2018 / 12:32
2
answers

Video continues to play when the mode closes

I created a modal that opens when clicking on an image, in this modal will have a video of youtube and a small description of the side, however whenever I close the modal the video continues to reproduce. I wanted the video to pause when I click...
asked by 03.01.2018 / 02:44
0
answers

Error creating a table with sequelize "TypeError: Can not read property 'sequelize' of undefined"

I'm having the following error when trying to create a table:    const User = app.db.sequelize.define ('user', {       TypeError: Can not read property 'sequelize' of undefined My folder structure: Myconfigurationfile(server.js)mo...
asked by 06.02.2018 / 15:50
0
answers

camera2 API?

Does anyone know where I can find camera2's api in javascript ?? API to use in apps who needs to be captured and uploaded like snapchat among others     
asked by 13.11.2017 / 02:25
1
answer

Basic Authentication in WebService Rest C #

Good afternoon !!! I'm implementing a WebService Rest but I'm not able to call the BasicAuthentication method from another class. [WebInvoke(Method = "GET", ResponseFormat = WebMessageFormat.Json, UriTemplate = "ConsultarCodigo/{cpfcnpj}")]...
asked by 16.11.2017 / 20:12
0
answers

Proxy server with php and curl super slow after x connections

I have a system that makes use of the Curl library in php, works perfectly however, when there are many online users the request with Curl gets extremely slow. I've tried all sorts of optimization in php / centos and nothing solved, does anyone...
asked by 19.11.2017 / 09:08
0
answers

PHPPresentation LIB How to disable annotations

A power point presentation comes by default this line "click to add annotations" appearing, as shown in the image: Doesanyoneknoworcanhelpmefindthislibraryasdisable? link link     
asked by 03.11.2017 / 13:06
0
answers

Many-to-Many Relationship Road

I have a related question API REST, if anyone can help, thank you. I have 2 entities, Product and Store, which have a many-to-many relationship between them. A Product may be available in 1 or more Stores and, in turn, a Store may have 1 or m...
asked by 29.11.2017 / 13:19