Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rest

REST URI Design for resources that belong to a specific user

rest

How to validate request parameter if it is not a bean in spring MVC?

Understanding a JsonMappingException with Google Endpoint

Creating release using Octopus rest API

rest octopus-deploy

File upload using REST service

REST Assured and multiple posts

rest rest-assured

Spring MVC + Spring Security login with a rest web service

java.lang.ClassNotFoundException: com.sun.jersey.core.spi.factory.ResponseImpl REST-FUL Webservices

java rest maven jersey

How to create user in salesforce using Web/REST API from c#?

c# rest salesforce

How HTTP PUT should work

http rest put

When using streamoutput response in jersey,how to handle exception after I already flush some output?

java rest jersey

Should I re-use controllers in laravel between admin & api ? or have my admin consume my API?

php api rest laravel

How to use swagger-ui with service deployed in tomcat running on eclipse

Java EE7 REST server no longer returning List<String> as JSON

json rest java-ee-7

Error:org.apache.http.conn.HttpHostConnectException: Connection to http://10.0.2.2:8080 refused

php android eclipse rest

Injection to ContainerRequestFilter in a java REST API

Django REST framework: create JSON fragments from string

How to secure an API REST for mobile app? (if sniffing requests gives you the "key")

java rest api mobile decompiling

Nested resources in Django REST Framework

Why is form based authentication NOT considered RESTful?