Questions tagged as 'json'

0
answers

Notification submission does not recognize attribute time_to_live (TTL) in cURL with Firebase

Hi, I have a problem with notifications sent through Firebase , the notification is sent perfectly, but by setting the time_to_live (TTL) attribute or message life time it does not recognize it, just overlooked and does not take it into account...
asked by 27.08.2018 / 18:41
1
answer

Extract data with API / JSON

My query is as follows, I have a rest API this is the url ( link ) and what I want is to make a GET with a Json . Search the internet for examples with curl but I have never worked with that extension and I do not know if it goes...
asked by 27.08.2018 / 22:19
2
answers

How to do CRUD on a bootstrap table

I am using the bootstrap table, I have seen an example where this table can be edited. I tried to edit the table with PHP and MySQL but I do not get results. I've looked at this documentation but I do not get the desired results, I can see...
asked by 28.08.2018 / 13:50
1
answer

I can see all the records (GET) but I can not select one (GET /: id) ... any ideas that can help me? Rails

class UsersController < ApplicationController #before_action :set_user, only: [:show, :update, :destroy] # GET /users def index @users = User.all render json: @users # commented out because a jbuilder template has been adde...
asked by 08.09.2018 / 13:55
0
answers

How can I return a .json file in python with flask

I have a method to read the .json I have in a folder inside the api in flask The method in question I pass a directiorio (dir) and I go through it with a for as it is a folder more folders inside and within these latest folders the .json -esta...
asked by 23.08.2018 / 17:26
1
answer

Only get populate data on mongoose

I'm just trying to get data from a mongo query but I just need what the populate brings in an object, these are my models: In this I have a collection of services (services): var categoriesSchema = new Schema ({ _id: { type: String, req...
asked by 24.08.2018 / 14:29
0
answers

Two volley queries in the same Android class?

Good I have this query to an external url, the results realize the set and get to a recycler. The issue is that I need to make two more queries of this style. How could I achieve these consultations in the same class? Thanks private void Carga...
asked by 23.08.2018 / 14:35
0
answers

Reload a JS value

I'm working on C # MVC and I'm having the following problem in a View: I put them in context | I have the following 3 values Value 1: Editable Value 2: Editable Value 3: Value 1 - Value 2 (Not Editable) I have these 3...
asked by 22.08.2018 / 16:16
2
answers

Frontend with Json

I'm a newbie in the web world (Html5), I'm taking my first steps. I ask for my apologies and please your understanding. I need to make a web page with front end with the following characteristics: _No need to develop backend (JAVA, PHP, Et...
asked by 22.08.2018 / 12:43
0
answers

How to replace database with JSON file for Jquery Ui autocomplete?

I'm doing a search engine and I'm using Jquery UI autocomplete to bring suggestions from a database. My question is if I can (and if so, how it is done) replace the database with a JSON file because I imagine it must be faster. My current code i...
asked by 23.08.2018 / 21:10