Questions tagged as 'restful'

1
answer

Listen to Restfull API consumer data updates from Angular 5

I am new to Angular, to explain myself properly I will share an example. When we have installed the Firebase library in our project, we can call the information in the Users table as follows: constructor(db:AngularFirestore){ db.collection(...
asked by 11.09.2018 / 05:19
1
answer

RestFul JSON Service

I'm doing a restful service, it returns data like json but but inside an xml and I only want json . Annex image of how the result looks. and my code. I want to remove the highlighted in yellow. namespace WcfServiceWOM { [ServiceContrac...
asked by 17.05.2018 / 22:53
0
answers

Create a service in RESTful Web Services

I am creating a web project in NetBeans 8.02 at the moment of creating the service RESTful Web Services from Entity Classes . I give Deploy but I have an error:    NetBeansProjects \ PoliFigth \ nbproject \ build-impl.xml: 1046: The m...
asked by 18.03.2017 / 01:19
1
answer

Resources in a RestFul API

I have read several things about APIs but there is something that has not been clear to me on how to structure resources (endpoints). I will give an easy but illustrative example. We imagine that we have this relationship: |Clientes| (1:1) ---...
asked by 14.05.2018 / 19:13
1
answer

How to include sequence in WebService Restful

I have created a database in Oracle 11G , where there is a sequence to make the autoincrementable records: CREATE SEQUENCE S_CATEGORIA MINVALUE 1 START WITH 1 INCREMENT BY 1 NOCACHE; Through a webservice I need to save a new record to...
asked by 11.04.2018 / 22:54
2
answers

Error with one many relations RestFul spring hibernate

Hello, how are you? I am putting together a small api rest ful project and using a single table without relationships works well, now if I add more tables and relationships, the json is missing. Consiguration @Configuration @ComponentScan(base...
asked by 03.03.2017 / 18:41
1
answer

ngResource removes the / final

I am learning
asked by 21.08.2016 / 02:28
2
answers

Run PHP function from C #

I have a REST API with a function that returns a number (folio for me) and adds 1 and so on, if I execute that function from Postam using the API URL, it returns what I want, until here everything very well. Now as I command to execute that func...
asked by 07.08.2018 / 17:31
0
answers

Error consuming restful service POST java in PHP client

I have a RestFul service done in java from which I have been able to obtain the list of products that I have registered in the database, but when calling the POST function to insert one, it sends me an error: "The request sent by the client was...
asked by 23.10.2017 / 00:13
1
answer

How can I apply security to my Restful service in c # [closed]

I would like to know how I can apply security to my restful service that returns important customer data. I have no idea what to do and I am new to this.     
asked by 18.05.2018 / 22:30