Questions tagged as 'api'

1
answer

APi from google gmail

I want to know if it is possible to see my gmail emails received and sent from another web using the gmail api, that is, I want to create a web from 0 but in this web I want to "log in" with my gmail account, and later on the same web, show me...
asked by 26.03.2018 / 01:29
1
answer

I can not use the .json of an api

Someone knows why I'm doing wrong, because I want to get to work with this riot api and use the .json that I see when I access the link. the only thing that returns when I use this code is a "response" and without the .json. PDT: in the link,...
asked by 07.02.2018 / 02:17
0
answers

Multiples Footer CallBack in Datatables

I have the need to put 3 data in footer of datatables. I am using DataBase CallBack Footer. The idea is to put the subtotal, tips and total (sum of subtotal and tip). In the attached image you can see how it is my html code: <tfoot>...
asked by 21.02.2018 / 16:27
0
answers

Problem with the routes that I include in the index of my REST API

Hi, I am developing a API with slim framework 3 that connects to a base de datos local. The problem is the following within my index.php I pass the rutas where are the queries to the database. The problem is th...
asked by 26.01.2018 / 12:49
1
answer

Volley gives me the following error JsonObjectResquest

I'm working with Volley but I get an error when using it in the method. Can anybody help me? Thanks: public void sendResponse(){ RequestQueue requestQueue = Volley.newRequestQueue(this); JsonObjectRequest jsObjectRequest = new...
asked by 17.01.2018 / 13:25
1
answer

Send CSV to an API using POSTMAN

I am using Symfony 3 to create an API that receives a CSV file and reads it. This is my route: /** * Recive a file * * @Route("/get/file", name="get-file") * @Method("POST") * @param Request $request * @return Response */ public functi...
asked by 17.01.2018 / 14:51
1
answer

Multi database and Multi sites Django

I try to make an API Rest Application in Django and I try to make several domains (example1.com, example2.com, example3.com) at the time of making requests are directed with the database of each one. Each domain has its database in postgresql...
asked by 05.01.2018 / 19:01
1
answer

web api TypeConverter does not run

I'm making my first web api and I have the following controller: // POST api/Recipes [HttpPost] public void Post([FromBody] RecipeModel newRecipe) { if (newRecipe != null) { using (var container = Db4oE...
asked by 21.10.2017 / 14:09
1
answer

Create a web API First

I have created a web, separating the server from the web itself, now I am in a dilemma, if I have a Apache with the php offered by the API and another with the web that consumes the API. But these two Apache have to be on a single PC. Are...
asked by 28.07.2017 / 17:01
0
answers

Micro Framework Lumen - Security Token

I have created an api rest in Lumen , I have already uploaded it to my hosting and everything works perfectly. The issue is that it has no security, I mean it does not have a "session" so to speak when they log in, I've been researching and I f...
asked by 18.08.2017 / 06:36