Skip to content
/ PSSWAPI Public

Star Wars API Module. This module is a proof of concept for various other things I want to tinker with or test.

License

Notifications You must be signed in to change notification settings

ephos/PSSWAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAPI (Star Wars API) PowerShell Module

Overview

A PowerShell module to interface with the Star Wars API (SWAPI).

Tested on.

OS PowerShell Version
Arch 󰣇 Linux 🐧 7.3.5

Current Known Issues

  • Lack of RFC 5988 support
    • It doesn't seem to be implmented in a way that lets Invoke-RestMethod's -FollowRelLink to work.
    • This creates a need to implement a work around for pagination, the API return is quite slow.
    • Workaround, try to use parameters to filter the request instead of doing a get-all on the endpoint.

To-Do

  • Implement help for functions
  • Implement 'wookiee' mode formatting

About

Star Wars API Module. This module is a proof of concept for various other things I want to tinker with or test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published