Springe zum Inhalt
Saxonia Systems
Saxonia Systems
Suchen
  • Portfolio
    • Softwareentwicklung
    • Softwareevolution
    • Web
    • Cloud
    • Software Healthcheck
    • Smart Business Applications
    • SAP BYPASSING
  • Zusammenarbeit
    • Eingespielte Teams
    • ETEO – Ein Team ein office
    • Saxonia Testservices
    • Agiler Strategieprozess
    • Partner und Förderung
  • Karriere
    • Das sind wir
    • Einstiegsmöglichkeiten
    • Stellenangebote
  • Referenzen
  • Unternehmen
    • Über uns
    • Standorte
    • Initiative
      • HOPE
      • Welcome App
      • Open Source
      • Spiele
      • Soziales
      • Förderung
    • Holding
    • Downloads
    • Impressum
  • Aktuelles
    • Social Media
    • Events
    • Pressemeldungen
    • Auszeichnungen
    • Veröffentlichungen
  • Kontakt
  • Blog
  • Suchen

Matthias Baumgart

Matthias works as a Senior Software Engineer at Saxonia Systems AG in Dresden, Germany. As full stack developer he loves creating web applications. Currently he works on modern web applications with Angular and microservices.

Using a HAL hypermedia API in an Angular App

15. August 20186. März 2017 von Matthias Baumgart

Modern APIs are often realized in a RESTful way. Besides being stateless and using the correct HTTP verbs for specific actions, REST does not specify the response of a request. Hypermedia Formats are trying to overcome this issue by providing a discoverable API. Hypermedia Application Language is one format and abbreviates as HAL.

HAL is a set of conventions expressing hyperlinks in either JSON or XML. Resources returned by a HAL API contain a _links element hosting a self link and a link to resources. This makes HAL APIs discoverable as it is possible to navigate from one resource to another via the links provided within the resources knowing only a single entry point. This article describes how to use HAL hypermedia APIs in Angular.

weiterlesenUsing a HAL hypermedia API in an Angular App

  • Impressum
  • Datenschutz
  • Kontakt
© 2019 Saxonia Systems AG
Nach oben scrollen