Skip to content

Commit

Permalink
fix: update README with badges
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 31, 2024
1 parent a3a7109 commit ef316f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<p align="center">
<a href="https://github.com/tastyigniter/ti-ext-api/actions"><img src="https://github.com/tastyigniter/ti-ext-api/actions/workflows/pipeline.yml/badge.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/tastyigniter/ti-ext-api"><img src="https://img.shields.io/packagist/dt/tastyigniter/ti-ext-api" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/tastyigniter/ti-ext-api"><img src="https://img.shields.io/packagist/v/tastyigniter/ti-ext-api" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/tastyigniter/ti-ext-api"><img src="https://img.shields.io/packagist/l/tastyigniter/ti-ext-api" alt="License"></a>
</p>

## Introduction

The API for TastyIgniter extension provides a powerful and flexible way to interact with your TastyIgniter application programmatically. This extension leverages [Laravel's Sanctum](https://laravel.com/docs/sanctum) robust API capabilities, providing endpoints for all core TastyIgniter resources, and allowing you to build custom API resources in your application.
Expand Down

0 comments on commit ef316f8

Please sign in to comment.