Commanding Chaos for Coworking, Open Source and Creative Communities

rest

Entity Query API | Drupal.org

Thu, 05/05/2016 - 09:15 -- rprice

Entity Query API fills the gap between Drupal 8's built-in RESTful Services and Views with an easy to use, out-of-the-box means for loading, filtering and paging entities in a RESTful style. Essentially, this module provides an API to the Entity QueryInterface.

Any enabled entity gets an endpoint at /entity/{entity_type} which responds to GET requests.

You can apply conditions, sorts, and ranges to your query for the given entity type.

drupaleasypodcast
api
rest
entity
services

Entity Query API | Drupal.org

Thu, 05/05/2016 - 09:15 -- rprice

Entity Query API fills the gap between Drupal 8's built-in RESTful Services and Views with an easy to use, out-of-the-box means for loading, filtering and paging entities in a RESTful style. Essentially, this module provides an API to the Entity QueryInterface.

Any enabled entity gets an endpoint at /entity/{entity_type} which responds to GET requests.

You can apply conditions, sorts, and ranges to your query for the given entity type.

drupaleasypodcast
api
rest
entity
services

How I Explained REST to My Wife

Tue, 06/19/2012 - 13:02 -- rprice

Machines don't have a universal noun - that's why they suck. Every programming language, database, or other kind of system has a different way of talking about nouns. That's why the URL is so important. It let's all of these systems tell each other about each other's nouns.

Wife: But when I'm looking at a web page, I don't think of it like that.

Ryan: Nobody does. Except Fielding and handful of other people. That's why machines still suck.

Wife: What about verbs and pronouns and adjectives?

web_services
http
drupaleasypodcast
rest
Subscribe to RSS - rest