Paul Hallett

Results 105 comments of Paul Hallett

@NFulkerson wookiepedia, a note pad, and the star wars movies :) There was no structured data set before SWAPI

Hey @Joshfindit thanks for the feedback. I am 100% behind using UUID's instead of single integers. I tend to do this in any new system I create and I recommend...

Django supports UUID fields by default: https://docs.djangoproject.com/en/1.10/ref/models/fields/#uuidfield So that's point one resolved :) Python also has built in uuid checking, so you don't need to do just the length check.

@matoelorriaga The issue I've had so far is this: finding consistent, equally sized images that do not infringe copyright. If you're able to help with that then that'd be great...

Hello @katehowler - there isn't an official list, and I don't know exactly who is using Swapi! I do know of a few projects that use it, such as graphql.org....

Let's pin this issue and people can add their projects when they create them :smile:

@jhdoak Use the date 0 ABY (After the Battle of Yavin, or the episode 4) for the "currentness". @euanwho You want to make a relationship between a character and a...

As I've been saying for a few years now - happy to accept PRs with this data 😆 But I will make one judgement - SWAPI will only have the...

This has been proposed before, and Django REST Framework supports some nested attributes. Happy to accepted a pull request with the changes so long as it does not change any...

Note: working on this already, just adding it here so I can remind myself :smile: