2 个仓库
Handling hierarchical API paths by chaining resource requests to build complex URLs without manual construction.
Distinct from Nested API Definitions: Distinct from Nested API Definitions by focusing on the client-side chaining of requests rather than the architectural definition of the API.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Nested Resource Chaining. Refine with filters or upvote what's useful.
Restangular is a REST client and resource mapper for AngularJS applications. It provides a suite of tools for mapping API endpoints to local objects and collections, facilitating frontend CRUD implementation through standard HTTP methods. The project distinguishes itself through an async data binding system that links user interface elements to server-side objects, ensuring automatic updates upon request completion. It also features a programmable request interceptor pipeline for modifying headers and transforming responses, as well as a JSONP request handler to bypass same-origin policy rest
Simplifies the management of hierarchical API paths by chaining resource requests without manual URL construction.
This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload
Supports hierarchical API paths by chaining resource requests to build complex URLs without manual construction.