Questions tagged as 'rest'

0
answers

How to reset Beans Java

a question that is perhaps simpler than I think ... I created a web service, for one thing or another I had to delete it and recreate it, but the already created Beans appear and it does not allow me to map the classes from the database. How...
asked by 21.05.2018 / 18:45
0
answers

Property always NULL in Rest Api

I have the following entity: public class EntityBase<T> where T : class { [DataMember] public int CurrentItemCount { get; set; } [DataMember] public int ItemsPerPage { get; set; } [DataMember] public int StartI...
asked by 30.04.2018 / 17:25
1
answer

Spring Boot and Mockito

I am trying to solve a problem that I have in spring boot and unit tests with mockito. In my test I am making 2 mocketed http calls to deal with the answers // -----------------------------------------------------------services @Inject...
asked by 25.04.2018 / 09:39
0
answers

Problem when passing my api rest from a localhost to a hosting

My problem is the following I want to upload my Api Rest for which I used Framework Slim 3 to a web hosting (hostinger). The problem is that in my localhost worked perfectly but now when I want to mount it in a hosting...
asked by 18.04.2018 / 17:15
2
answers

Problem with accents and special characters when using the get method

I am working on an API Rest with Symfony 2.8. I have been given the following case: when they make a request to the URL /search , this usually comes: http://{servidor.com}/search/libros?q=vacaciones&language=es the request is hand...
asked by 11.04.2018 / 17:00
0
answers

API Error REST Slim

   Slim Application Error Type:   Doctrine \ DBAL \ Exception \ InvalidFieldNameException I have a REST API configured with Slim and Doctrine and I need to resolve this error. The error appears when I make an HTTP request from my routes.php...
asked by 12.04.2018 / 12:07
0
answers

Problems consuming api rest from angular

I have a api rest with a cors filter package com.constellation.market.config; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.Servlet...
asked by 29.03.2018 / 18:50
1
answer

Problem making requests to an api rest from angular 5

I have an api rest that I try from the postman and I get an answer without problems. "content": [ { "username": "john.doe", "password": "$2a$10$l1uYkX5AX3pul86A3O5mgujwff6dYDCepixCGwyMjslWP3frCoSpi", "firstName": "J...
asked by 29.03.2018 / 16:13
0
answers

Error in http Ionic to an api de laravel

If anyone knows what the problem is, I need help for my ionic 3 application that calls a laravel api. It works correctly when you run my ionic application from the web, calling localhost: 8000 / api / employees, however I need to run the applica...
asked by 13.03.2018 / 17:04
0
answers

use excelrest with prtocolo https

Good morning, I would like to know if it is possible to use excel services with https protocol and if you can give me an example of it. I tried to make a request to an xlsx file hosted in a library of sharepoint 2013 but it throws me an error...
asked by 12.03.2018 / 18:21