awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAngularJS API Integration

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.

Awesome AngularJS API Integration GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sahat/satellizerAvatar de sahat

    sahat/satellizer

    7,801Ver en GitHub↗

    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.

    TypeScript
    Ver en GitHub↗7,801
  • mgonto/restangularAvatar de mgonto

    mgonto/restangular

    7,798Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗7,798
  1. Home
  2. Web Development
  3. AngularJS API Integration

Explorar subetiquetas

  • Authentication ServicesAngularJS services that encapsulate authentication logic and state management. **Distinct from AngularJS API Integration:** Specifically describes the AngularJS service wrapper for auth logic, rather than general API integration