Questions tagged as 'api'

1
answer

downloadUrl with file in local

I'm working with the Google Maps API where I upload the locations and descriptions from the server to the map. For this I have 4 files db_connect.php where I have my function that connects PHP with my MySQL database and db_gmapi th...
asked by 07.12.2018 / 01:09
0
answers

Ionic - Login authentication from Rest API

I was recently learning how to use Ionic and I was trying to make a login page for user authentication by calling an Api. My problem is that I have not found any tutorial, nor guide, sufficiently clear and updated. Not even in the official do...
asked by 04.12.2018 / 19:30
0
answers

Show jquery data in html

The truth gives me a bit of embarrassment ... because I have no idea I'm just curious and I follow tutorials ... hehehehe The thing is that I consume data from a third-party API, and I want to paint the data in an HTML ... but it does not sho...
asked by 01.12.2018 / 17:25
0
answers

Prestashop: List products by subcategory using the API

Good Day. I'm working with the prestashop web service. I can now list products by category using this url: /api/products/?display=full&filter[id_category_default]=[14] but this only filters by the parent category and I need to fil...
asked by 07.12.2018 / 03:03
0
answers

Error requesting with Guzzle and Laravel

I have this code that was working correctly for me, which basically is a call to an api with a user and a password, to get a TOKEN: $client1 = new Client(['cookies' => true]); $headers1 = array('Content-Type: application/x-www-form-URLencod...
asked by 28.11.2018 / 20:37
0
answers

Change of status in PHP

I am doing a api to change the status of an item within an inventory, for certain processes the change can be applied. else if(isset($_POST['id']) && isset($_POST['x'])) { $connection = new MySqlS...
asked by 29.11.2018 / 19:22
1
answer

Owlcarousel does not respect styles with vue.js

I am using vue.js with rails and adding owlcarousel for the project with static images works without any problem and is shown as follows: but when I use it dynamically with vue requesting an API send me the images without respecting the...
asked by 12.07.2017 / 18:17
0
answers

JWT is not configured properly, please contact the admin

very good: I'm trying to make my cinexion safer with my api rest and for this I installed in my wordpress the plugin "JWT Authentication for WP-API" I followed all the steps: .htaccess wp-config: but when executing in POSTMAN:...
asked by 05.12.2018 / 13:28
1
answer

Problem with stored procedures in oracle and with .net

I have a problem that does not allow me to advance in my work, I hope you can help me. I'm doing a Web API that connects to a database in Oracle, it's a simple CRUD, I've done the Stored Procedures and everything, I've tried them from Oracle...
asked by 04.12.2018 / 07:36
1
answer

How to make requests with Postman

Hi, I'm trying to make requests with Postman but I do not know what else to put in. of This form is how I consult the data to visualize them in a Vue component, and it verifies if the request is Json. but I'm also using it as an api to acc...
asked by 14.11.2018 / 03:08