Skip to content

simple http-wrapper for angular used in most of my projects to abstract common workflows.

License

Notifications You must be signed in to change notification settings

matgardon/ng-http-wrapper

Repository files navigation

ng-http-wrapper

Basic wrapper for angular $http & ng-file-upload Upload services, containing glue code used in my angular projects. Written in TS.

Dependendcies

Features

  • Common error handling based on toaster display
  • Fluid upload method added to http calls (integration with ng-file-upload lib)
  • Automatic partial & full url parsing for ASP.MVC based routes
  • JWT token based authentication for ADFS authentication to WebAPI

Roadmap

  • Add karma TUs (non-regression testing)
  • Improve error-handling based on custom business error codes shared between srv & client
  • Make authentication process more generic to integrate with other kinds of auth mechanism on the API side

About

simple http-wrapper for angular used in most of my projects to abstract common workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published