A PowerShell module to interface with the Star Wars API (SWAPI).
Tested on.
OS | PowerShell Version |
---|---|
Arch Linux 🐧 | 7.3.5 |
- 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.
- It doesn't seem to be implmented in a way that lets
- Implement help for functions
- Implement 'wookiee' mode formatting