An open API service indexing awesome lists of open source software.

https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api

Eclipse Keyple™ Project - Storage Card Plugin API
https://github.com/eclipse-keyple/keyple-plugin-storagecard-java-api

Last synced: 5 months ago
JSON representation

Eclipse Keyple™ Project - Storage Card Plugin API

Awesome Lists containing this project

README

          

[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=eclipse_keyple-plugin-storagecard-java-api&metric=coverage)](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-storagecard-java-api)

# Keyple Plugin Storage Card API

## Overview

The **Keyple Plugin Storage Card API** is dedicated to the development of specific Keyple plugins able to handle Storage
Cards. It normalizes the interactions between a Keyple plugin and an APDU interpreter implementation dedicated to
Storage Cards processing.

## Documentation & Contribution Guide

The full documentation, including the **user guide**, **download information** and **contribution guide**, is available
on the Keyple website [keyple.org](https://keyple.org).

## API documentation

API documentation & class diagram is available online: [docs.keyple.org/keyple-plugin-storagecard-java-api](https://docs.keyple.org/keyple-plugin-storagecard-java-api)

## About the source code

The code is built with **Gradle** and is compliant with **Java 1.8** in order to address a wide range of applications.

## Continuous Integration

This project uses **GitHub Actions** for continuous integration. Every push and pull request triggers automated builds
and checks to ensure code quality and maintain compatibility with the defined specifications.