Commit graph

33 commits

Author SHA1 Message Date
indyandie
434dadf6e0
refactor(oas): add decorators to PokeapiCommonViewset class 2024-05-11 02:28:19 -05:00
indyandie
c4a10e006a
docs(oas): describe q query string parameter
Documents #1065
2024-05-10 00:21:30 -05:00
indyandie
03237957fc
fix(oas): define id path parameter 2024-05-10 00:04:44 -05:00
Alessandro Pezzè
45abdfdf11
Merge branch 'master' into feat/pokemon_partial_name_query_filter 2024-05-02 22:39:05 +02:00
JVMartyns
176fdf3417 style: apply format using black 2024-04-08 11:05:29 -03:00
JVMartyns
eb70b7012c format file api.py 2024-04-08 10:51:12 -03:00
JVMartyns
0471f98941 feat: add the query parameter q to search for pokemon using a partial name 2024-04-08 10:27:14 -03:00
indyandie
a5158e2164
fix: use examples property (example is deprecated), fix typo 2024-03-27 23:12:13 -05:00
indyandie
89e55332c9
feat: id parameter (not working) 2024-03-06 23:17:01 -06:00
indyandie
d772620699
test: make format 2024-03-05 00:54:48 -06:00
indyandie
4688b0d071
tidy 2024-03-05 00:37:02 -06:00
indyandie
c7c2c46f49
typo 2024-03-04 03:07:09 -06:00
indyandie
5c9a73d795
fix: add pokemon_encounters 200 response 2024-03-04 02:47:43 -06:00
indyandie
5ee7cdd312
docs: update summary 2024-03-01 03:57:22 -06:00
indyandie
07471047c5
docs(openapi): add path summary 2024-02-28 00:26:18 -06:00
indyandie
5e1c02b07a
docs(openapi): add tags (groups) 2024-02-26 02:10:24 -06:00
indyandie
0e51181c14
docs(openapi): add operation descriptions 2024-02-25 23:56:18 -06:00
Naramsim
5237c4ccc9 refactor: format with new black 2023-11-08 10:44:55 +01:00
Andrés Ignacio Torres
6f1479d21c
prevent server error on invalid numeric id lookup 2020-05-03 09:02:07 -04:00
Paul Hallett
d5d55dad7f Autoformat entire project, tidy up makefile 2020-02-24 13:18:14 +13:00
Charles Marttinen
63b4f9040b chore: Configure PyLint and correct code formatting 2018-10-20 11:35:11 -04:00
Charles Marttinen
8832c819e3 chore: Remove python2 compatibility code 2018-10-20 11:35:11 -04:00
Charles Marttinen
6663813dc2 fix: Add LocationArea back to REST API
LocationArea is a special case that was missed when getting rid of the
hit counter.
2018-10-18 23:18:36 -04:00
Charles Marttinen
76c2b58e4e fix: Remove old website and associated code
The pokeapi.co website has been rebuilt and moved to a separate
project, so the website in this project is obsolete.

This removes all files and code related to the website, including the
'alerts' and 'hits' apps (which managed website alerts and the hit
counter) and unused site assets (CSS, JS, images).
2018-10-18 23:18:36 -04:00
Sargun Vohra
d6ae95c617 Redo PokemonEncounterView (#212)
* redo PokemonEncounterView (fix #210)
2016-06-25 13:33:52 -04:00
Sargun Vohra
f8c641716e Link moves to machines (#211)
* add Machines resource to link TM/HM items to moves

* document new Machines resource

* fix #198
2016-06-25 12:45:20 -04:00
Sargun Vohra
fce9410c50 Fix for dealing with name format (#207)
* Allow plus in names (fix #146)

* Handle id/name that does not match the format instead of throwing an error
2016-06-04 12:27:36 -04:00
Sargun Vohra
1890ad9512 Allow negative IDs (fix #145) (#206) 2016-06-04 11:18:45 +01:00
Paul Hallett
4919c0674d DB index, improve Pokemon performance (#194)
* DB index, improve Pokemon performance

* fix test

* blep
2016-05-30 14:58:03 +01:00
Paul Hallett
422d98fff2 Optimisations (#174)
* removed all the things causing slow times on data

* fixup look sharp

* use ujson

* bep
2016-04-30 13:02:27 +01:00
phalt
341b635332 Linting for the entire project 2016-03-05 09:27:25 +00:00
Zane Adickes
b1302233aa still need to re-organize v2 docs and work on doc navigation 2016-01-07 08:20:10 -05:00
Zane Adickes
0fda377b8c new ui code in angular 2015-12-30 08:22:15 -05:00
Renamed from pokemon_v2/views.py (Browse further)