phalt / swapi

*NOT MAINTAINED - NO GUARENTEE TO BE UP*
https://phalt.github.io/pokeapi-and-swapi-going-forward/
BSD 3-Clause "New" or "Revised" License
892 stars 507 forks source link

All schemas return 404 #165

Closed bcr closed 6 months ago

bcr commented 6 months ago

I have created a Postman Star Wars API Collection that largely follows the Python unit tests. The /schema/ path for all of the entities does not work (returns 404.)

→ People Schema
  GET http://swapi.dev/api/people/schema/ [404 NOT FOUND, 311B, 407ms]
  1. Status code is 200

→ Species Schema
  GET http://swapi.dev/api/species/schema/ [404 NOT FOUND, 311B, 485ms]
  2. Status code is 200

→ Vehicles Schema
  GET http://swapi.dev/api/vehicles/schema/ [404 NOT FOUND, 311B, 418ms]
  3. Status code is 200

→ Starships Schema
  GET http://swapi.dev/api/starships/schema/ [404 NOT FOUND, 311B, 408ms]
  4. Status code is 200

→ Films Schema
  GET http://swapi.dev/api/films/schema/ [404 NOT FOUND, 311B, 401ms]
  5. Status code is 200

→ Planets Schema
  GET http://swapi.dev/api/planets/schema/ [404 NOT FOUND, 311B, 540ms]
  6. Status code is 200
bcr commented 6 months ago

I messed up and put this on the wrong repo. Carry on.