Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Term

Description

API

Stands forApplication Programming Interface, provides communication between devices and/or computer programs.

HRIS

Stands for Human Resource Information System.

REST

Stands forRepresentational State Transfer, a standardised software architectural style, a specific type of API used industry-wide.

RESTful API

An application/service that allows REST RESTful APIs HTTP requests for data manipulation.

HTTP

The Stands for Hypertext Transfer Protocol, enables communication between client and servers. HTTP works as a request-response protocol between a client and server.

Endpoint

An endpoint is a URL that enables the API to access resources on a server, often through a RESTful API interface.

API Endpoint

The URL for a server or a service. These APIs operate through responses and requests - you . You can make a request and the API endpoint provides a response.

...