Questions tagged as 'rest'

1
answer

Consume REST service using Spring Framework

I'm developing a web application, using Spring Framework . And I need to consume a rest service from another application. I know how to send requests POST , using jquery and ajax , but I want to know if it is possible...
asked by 05.03.2015 / 20:47
1
answer

Is there a design pattern for iOS to consume data from a web-service?

I'm looking for a design pattern that will help standardize the construction of an iOS app that consumes data coming from a web service. Could you tell if there is the name of this development model?     
asked by 19.09.2014 / 21:51
2
answers

Consume Rest with AngularJS

I created a WebServices to get query by string and return a list, example: url / myPath / luiz - Since luiz is the parameter that will be passed, based on this parameter will return a luiz list. In AngularJS with you: List All, Search by...
asked by 25.09.2014 / 16:07
1
answer

Webapi view content in a view

Hey guys, how are you? I'm developing my first application on web api asp.net . And I'm having trouble displaying the content in a view . Controller: public class ListaPresenteController : ApiController { p...
asked by 12.07.2014 / 18:51
1
answer

Error publishing my WebService

When I run my WebService and publish in IIS (7) the following error occurs: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. What can it be?...
asked by 22.05.2014 / 21:07
0
answers

Technology for the development of an API with Python [closed]

I need to develop a% non-professional% in order to consume data from some sites with information on pricing of Real Estate Funds, business numbers, quantity of quotaholders, and other information to get in a critical analysis of good investing...
asked by 05.01.2019 / 14:35
0
answers

Client to receive data from a Server-Push

I am trying to create a client to consume data from an interface which receives data from a gateway. This interface implements a server-push that needs to be started from a PUT request made by the client. After the request returns 200, the inter...
asked by 04.12.2018 / 16:50
0
answers

REST API - GeoServer (WMS)

Good, How can I integrate georeferenced data between a REST API (NodeJS) and a GeoServer server to create a WMS? Thanks for the tips     
asked by 06.12.2018 / 01:37
0
answers

Password Recovery WORDPRESS REST API

Good morning, I'm developing an application, and I use a WordPress web system. That way I use a REST API plugin to get the pertinent information to the system. However, I'm not sure how to implement "Forgot Password?" in the application, using t...
asked by 08.10.2018 / 15:58
0
answers

Is it possible to make a related Entity possible to be displayed with Odata Expand (WebApi)?

Hello, I have a question regarding the following situation: I have an Entity that I defined in my model as TaskFreq public partial class TarefaFreq { [Key] public int ID { get; set; } public string Name { get; set; } } I created...
asked by 26.07.2018 / 20:12