Commit Graph

123 Commits

Author SHA1 Message Date
Pedro Lamkowski 36f40268d2 Added new classes to fetch keywords and ability words from the API 2022-07-25 18:51:59 -03:00
NandaScott 5e274384f5 Added support for tcgplayer_etched_id 2021-09-06 12:32:15 -04:00
NandaScott daee40ba20 Added deprecation warnings to foil and nonfoil 2021-09-06 12:20:57 -04:00
NandaScott fbd8aeb55f Added support for new pricing fields 2021-09-06 12:17:40 -04:00
NandaScott 4e74177207 Added support for the finishes attribute 2021-09-06 12:08:26 -04:00
Luke 804150946b
add support to class cards
With the new expansion "forgotten realms", they added a new type of cards: class cards. This is one example

[cleric class json response](https://api.scryfall.com/cards/47ce8b7e-d8e1-489a-a69e-99089eeb8739?format=json&pretty=true) and [cleric class scryfall view](https://scryfall.com/card/afr/6/cleric-class). So basically I added a one-liner to support them. Can you please merge the PR?

Thanks! 😄
2021-07-16 15:36:02 +02:00
NandaScott 2df2505c8f Added support for the image_status field 2021-03-04 23:06:10 -05:00
Aaron Jencks 53253bf00f
Update cards_object.py
Added modal_dfc layout type to the layout dict
2020-12-27 18:56:20 -06:00
Katelyn Gigante b625f0a5fd Bulk data was renamed 2020-06-09 13:52:11 +10:00
NandaScott 9f1d1bcf7d Added preview key 2019-10-02 21:15:26 -04:00
NandaScott 1928500296 Merge branch 'master' of git://github.com/dstathis/Scrython into dstathis-master 2019-09-25 19:22:05 -04:00
Dylan Stephano-Shachter 2575990403 add usd_foil as a mode option to prices 2019-09-25 07:13:50 +03:00
Dylan Stephano-Shachter 9fd74649bf scryfall seems to now give a list frame_effects rather than a single frame_effect 2019-09-25 07:10:10 +03:00
Dylan Stephano-Shachter 06c5ab6e3a Fix issue where prices are now a nested dictionary 2019-09-25 06:56:31 +03:00
Nanda Scott cce9dc869b
Merge pull request #38 from vtbassmatt/patch-1
Make Scryfall errors easier to catch and handle
2019-09-24 18:58:27 -04:00
Nanda Scott 9ab3661785
Merge pull request #41 from jedibob5/adventure-fix
Adding adventure to list of card layouts for image_uris
2019-09-24 18:56:21 -04:00
jedibob5 bf3e30ae80 Adding adventure to list of card layouts for image_uris 2019-09-24 09:35:16 -05:00
Matt Cooper 7bbc9b1455 fix silly bugs 2019-09-03 09:31:47 -04:00
Matt Cooper 406d74c258
fix illegal use of ** 2019-08-31 12:02:28 -04:00
Matt Cooper 78bcc281cd
add exception to __init__ 2019-08-31 07:00:55 -04:00
Matt Cooper 20256fa38e
Make Scryfall errors easier to catch and handle 2019-08-31 06:53:00 -04:00
NandaScott 646ce5cdc1 Merge branch 'develop' of github.com:NandaScott/Scrython into develop 2019-04-01 13:01:57 -04:00
NandaScott 5b6c8f5f29 Created tcgplayer endpoint object 2019-04-01 12:54:30 -04:00
NandaScott 1507d5f08f Updated cards_object 2019-04-01 12:53:29 -04:00
Tim Scott 76821c1e43 Remove debug line. 2019-03-27 23:26:29 -05:00
Tim Scott 48815952e5 Add 'include_variations' search option for cards. 2019-03-23 21:53:42 -05:00
Nanda Scott e45e45764d Updated image_uris to make getting uris easier 2018-10-30 13:13:09 -04:00
Nanda Scott 3847cb3723 Updated search to return values properly 2018-10-29 17:19:05 -04:00
Nanda Scott f57992a9e3 Can't get this to work quite right 2018-10-29 17:18:38 -04:00
Nanda Scott c27ea2cb7f Fixed bug with Named 2018-10-29 16:33:21 -04:00
Nanda Scott 8d977cea01 Updated subpackages to include __all__ and modified some docstrings 2018-10-28 01:48:20 -04:00
Nanda Scott 09923a52b2 Updated all docs to be consistent 2018-10-28 01:09:09 -04:00
Nanda Scott e8c9e130c2 Updated search docs 2018-10-27 22:24:01 -04:00
Nanda Scott 9a5a5600d8 Updated all other docstrings to let doc_gen work properly 2018-10-26 17:24:34 -04:00
Nanda Scott d99a786642 Updated search to be more consistent 2018-10-26 11:08:56 -04:00
Nanda Scott 75a3b1ce21 Updated bulk data for consistency 2018-10-26 10:57:37 -04:00
Nanda Scott f1bad72898 Udpated docstring for symbology 2018-10-26 10:45:05 -04:00
Nanda Scott b3fd5610b2 Updated all sets docs 2018-10-25 21:35:36 -04:00
Nanda Scott 80581d125f Updated sets docstrings and deleted redundant stuff 2018-10-25 21:21:02 -04:00
Nanda Scott 1d869b872c Updated/added docs for rulings 2018-10-25 16:04:36 -04:00
Nanda Scott 3bd19ca5a5 Added __all__ to allow for wildcard import 2018-10-24 16:48:48 -04:00
Nanda Scott 0a831bc004 Merge branch 'develop' into data_gets_args 2018-10-23 23:31:00 -04:00
Nanda Scott 0508ddc817 Fixing merge with develop 2018-10-23 23:28:25 -04:00
Nanda Scott 2286ace24c Figured out a syntax that will deprecate many methods 2018-10-23 23:06:01 -04:00
Nanda Scott cdda608ad6 Updated docs for catalogs 2018-10-23 22:43:36 -04:00
Nanda Scott d44c1cb87d Updated docstring for readability 2018-10-23 22:33:33 -04:00
Nanda Scott 751b3d55d5 Added docstrings to all methods 2018-10-23 22:33:18 -04:00
Nanda Scott bf8e97caf7 Refactored all objects to use a single unified get request method 2018-10-23 21:39:07 -04:00
Nanda Scott b90946240c Updated docstrings and some functionality. Still working on cards_object 2018-10-23 20:54:28 -04:00
Nanda Scott 50516684f9 Updated Autocomplete for better docs 2018-10-23 17:59:03 -04:00