Questions tagged as 'restful'

0
answers

Questions about OAuth and Tokens in an API [closed]

Before, I would like to contextualize my scenario: Home I'm a student in the area who has a huge passion for mobile development and recently I've seen the need to create my own API's to enable the conversation between the application and my...
asked by 26.10.2017 / 06:45
0
answers

Problem using spring with rest

I am doing a course that I downloaded from the net (Spring with rest and angular) to develop a personal project, however I am facing some problems that I can not solve and I did not find solution in the "father of the donkeys" (Google). > The...
asked by 19.10.2017 / 01:55
0
answers

Error: $ http: baddata Bad JSON Data

I'm finishing developing a web application but I have a problem. All my application was developed in Python, Restful, AngularJS and ChartJs. I'm importing information from the database via python and saving in a vector as per the code below: d...
asked by 05.06.2017 / 04:26
1
answer

Questions about API

To make certain requests to the API, you must be logged in to the site. However, I had no idea how to do this, because I knew API does not have sessions. So I did a search and found the access tokens (API Tokens) and implemented it in my applica...
asked by 13.04.2017 / 05:18
1
answer

API Architecture RestFul

I'm building a RESTFul API with spring MVC and I have 2 non-functional requirements that I'm not understanding how to attack them. The API must support 100 requests per second; The API should integration failures between the APIs, not leav...
asked by 04.05.2017 / 03:05
1
answer

Tomcat 9 - application / json was not found

Greetings, I'm developing a WS in Jersey / Restful which is working correctly on Glassfish but on Tomcat I get the error trying to consume the service.    SEVERE: Mapped exception to response: 500 (Internal Server Error)   javax.ws.rs.WebA...
asked by 08.03.2017 / 22:02
0
answers

Doing a relationship update using REST, Jax-rs, Jersey and Javascript

Well, I got a base to do a simple CRUD from just one table using REST and the others I put into the question, everything worked perfectly, until I put more tables (classes) and relationship between them, after the addition of the relationships s...
asked by 04.01.2017 / 00:40
1
answer

Method delete (Restful)

I would like to know how do I do a delete method that receives a list by parameters? I mean, instead of passing only the ID of the item to be deleted, I want to allow N items to be selected and removed all at once, in a single requ...
asked by 23.12.2016 / 18:37
1
answer

Problems with ws

PersonalIamwhenitexecutesthepagetogeneratethejsonitonlyafternull,alreadyverifieditistakingthedataofthebankthestrangeranditisgivingthismessage:  Information:Scanningforrootresourceandproviderclassesinthe  packages:ResourceInformation:Rootresourc...
asked by 05.04.2016 / 02:44
0
answers

How to get nested rest?

I have classes Pessoas , Profissoes , ProfissoesPessoa and QualificacoesProfissoesPesssoa In theory, my Models are as follows: # -*- coding: utf-8 -*- from django.db import models from django.contrib.auth.model...
asked by 25.03.2016 / 20:15