• Recipes with Angular.js

  • Menu
  • Search
  • Home
  • Introduction
  • Controllers
  • Directives
  • Filters
  • Using Forms
  • Consuming External Services
    • Requesting JSON data with AJAX
    • Consuming RESTful APIs
    • Consuming JSONP APIs
    • Deferred and Promise
    • Testing Services
  • Urls Routing and Partials
  • Common User Interface Patterns
  • Backend Integration with Ruby on Rails
  • Backend Integration with Node Express

Consuming External Services

Angular has built-in support for communication with remote HTTP servers. The $http service handles low-level AJAX requests via the browser’s XMLHttpRequest object or via JSONP. The $resource service lets you interact with RESTful data sources and provides high-level behaviors which naturally map to RESTful resources.

Table of Contents

  1. Consuming External Services
  2. Requesting JSON data with AJAX
  3. Consuming RESTful APIs
  4. Consuming JSONP APIs
  5. Deferred and Promise
  6. Testing Services
  • Share
vue.js component pattern book

Checkout my new project:

Vue.js Component Patterns Book

The goal of this course is to teach you the fundamentals to make Vue.js components that are simpler, more flexible and most of all fun to build and use!

Maintained by Frederik Dietz

All content licensed with Creative Commons