Paul Hallett

Results 105 comments of Paul Hallett

I tend to agree, it feels like something you'd build on top of data we supply.

> This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series. Not sure if this helps make the decision (and I...

I would say yes, but I would also not want to change the current API version to do this, because it will break thousands of plugins, and that's not how...

Actually we use Django REST Framework, which does have some OpenAPI support in the form of plugins: https://www.django-rest-framework.org/api-guide/schemas/#generating-an-openapi-schema The actual API you're consuming on the web isn't hosted on Django,...

Very good point @Naramsim - we can't rely on developers debouncing their requests. Given it is a teaching tool first and foremost - we will probably get people doing this...

Perhaps we can implement it on the core python project and allow people to download and run their own instance if they need search?

Why isn't the url sufficient enough? You would have to construct the URL anyway with the ID param? It's actually more HATEOAS (http://phalt.co/what-is-hateoas/) to use full URLs and not IDs...

@euanwho we're accepting pull requests :)

@euanwho it's all yours!

Ha, yeah I guess he did pilot it with Luke. We can change it. Currently I am moving to the other side of the world so I am quite busy.