SkillAgentSearch skills...

SharpTrooper

A C# helper library for swapi.dev - the Star Wars API

Install / Use

/learn @olcay/SharpTrooper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SharpTrooper

A C# helper library for SWAPI - the Star Wars API

Basic Usage

Register SharpTrooperCore to your services for Dependency Injection.

https://github.com/olcay/SharpTrooper/blob/f67a48f0cac0d7bd62454ec63808dcf5fa640a9c/SharpTrooper.Example/Program.cs#L18-L31

Methods

var films = await sharpTrooperService.GetAllFilmsAsync();

var people = await sharpTrooperService.GetAllPeopleAsync();

var vehicles = await sharpTrooperService.GetAllVehiclesAsync();

var species = await sharpTrooperService.GetAllSpeciesAsync();

var planets = await sharpTrooperService.GetAllPlanetsAsync();

For more info, visit the documentation of SWAPI: SWAPI/Documentation

or my personal blog post: The Star Wars API

Contributors

<a href="https://github.com/olcay/SharpTrooper/graphs/contributors"> <img src="https://contrib.rocks/image?repo=olcay/SharpTrooper" /> </a>
View on GitHub
GitHub Stars32
CategoryDevelopment
Updated4mo ago
Forks12

Languages

C#

Security Score

72/100

Audited on Dec 8, 2025

No findings