Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in restful-architecture

Should input DTOs for RESTful endpoints match the output DTOs?

rest restful-architecture

RESTful API: Where should I code my workflow?

REST API for data processing and method chaining

Are there any best practices for exposing resource permissions/ACL to a front end via a RESTful API?

Create a separate app for my REST API or place it inside my working app?

Java - Adding jar dependency in pom.xml

How to pass Query String Parameters in GET url using Rest Assured?

RESTful API URI Design

REST API URI for resource with multiple primary keys

RESTful way to trigger server-side events

When not to use REST APIs? [closed]

Restful API naming conventions [closed]

Clean and generic project structure for GO applications and mongodb [closed]

Razor templates, views and angular.js

Return the List<myObj> returned by ResponseEntity<List>

Is passing the tenant in a custom HTTP header RESTful?

Do I violate RESTfulness when using POST as UPDATE OR CREATE

HTTP POST response Location header when creating multiple resources

Accessing versions/revisions of an object in a RESTful API

How to secure a REST api between a single page app and a server?