2 مستودعات
Libraries specifically designed to connect AngularJS applications to RESTful backends.
Distinct from REST API Integration Frameworks: None of the candidates are specific to the AngularJS framework integration pattern.
Explore 2 awesome GitHub repositories matching web development · AngularJS API Integration. Refine with filters or upvote what's useful.
Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session persistence using security tokens. It functions as a client-side implementation for exchanging credentials for tokens and attaching authorization headers to network requests. The library handles identity integration through a token manager that supports both email-based authentication and external OAuth providers. It enables the authorization of users via third-party services using secure popup windows and allows for linking or unlinking external accounts to a user profile. The proj
Provides authentication logic as a shared singleton service within the AngularJS framework.
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
Acts as a dedicated REST client and resource mapper specifically for AngularJS applications.