Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star Wars API Demo - Migrate to static GitHub API #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheFreeman193
Copy link
Collaborator

The existing Star Wars API (https://mc-starwars-data.azurewebsites.net) is no longer online and examples from The AAA Approach don't function.

This migrates the example code to a static demo API hosted on GitHub (https://thefreeman193.github.io/mita-swapi).

Advantages:

  • Very similar dataset to the old API (only 1 change needed in assertions)
  • Static backend and thus very quick
  • No pagination or result wrapping unlike some other SWAPI demos
  • Online and actively maintained
  • Minimal code changes to examples needed

Not to be merged until manuscript changes are published on LeanPub.

Fixes #11

@TheFreeman193 TheFreeman193 changed the title Star Wars API Demo - Migrate to static API Star Wars API Demo - Migrate to static GitHub API May 29, 2024
@TheFreeman193 TheFreeman193 marked this pull request as ready for review May 30, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STARWARS API has changed
1 participant