Skip to content

Official LivionKey API resources: documentation, examples, and more for easy integration and usage.

Notifications You must be signed in to change notification settings

Livion-OY/livionkey-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Livion API Examples

This repository contains various examples that demonstrate how to interact with the Livion API. The examples cover authentication methods, generating authorization headers, and making API requests using different programming languages.

API Documentation

https://apidocsv2.livionkey.com/

Authentication

https://apidocsv2.livionkey.com/#section/Authentication

The examples/auth directory includes language-specific implementations for creating authentication headers and sending requests to the Livion API. Each subfolder contains a complete example suited for the respective programming environment.

Structure

The auth directory is structured as follows:

  • go/: Contains a Go example for generating authentication headers and making requests.
  • nodejs/: Contains a Node.js example for generating authentication headers and making requests.
  • python/: Contains a Python script showcasing how to generate headers and use the requests library for API communication.
  • php/: Contains a PHP script showcasing how to generate headers and use cURL for API communication.

About

Official LivionKey API resources: documentation, examples, and more for easy integration and usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published