Commit Graph

44 Commits

Author SHA1 Message Date
Nanda Scott 0508ddc817 Fixing merge with develop 2018-10-23 23:28:25 -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
Nanda Scott 4a7abb712b Updated ArenaId docstring 2018-10-23 17:32:44 -04:00
Nanda Scott ddb4263380 Updated autocomplete and search to current api standards 2018-10-23 12:17:01 -04:00
Nanda Scott 31c562da60 Updated cards_object to pass tests 2018-10-23 00:36:27 -04:00
Nanda Scott a525ad5971 Added arena id endpoint 2018-10-22 13:40:16 -04:00
Nanda Scott 0df036a096 Updated exclusion functions to current list of functions 2018-10-22 11:05:11 -04:00
Nanda Scott 5e2e1456ba Updated card_object to current standards 2018-10-22 10:55:26 -04:00
Nanda Scott c684bb7eb1 Updated to use spaces over tabs. 2018-10-22 10:19:38 -04:00
Nanda Scott 0c6c04af5e Updated cards_object docstring 2018-06-13 14:22:14 -04:00
Nanda Scott cf5d1f94f9 Added support for multilingual stuff. 2018-06-13 14:01:12 -04:00
Nanda Scott b9ca5393c6 Added lang attribute 2018-06-13 13:44:26 -04:00
Nanda Scott 512491235a Added arena_id method to cards 2018-06-13 13:37:44 -04:00
Nanda Scott ec2cf1a0a7 Updated key check functions for less spaghetti, also fixed sets and symbology to be consistent. 2018-04-18 20:55:11 -04:00
Nanda Scott 01acea86e1 Added has_more() function to Search 2018-04-14 14:21:31 -04:00
23265385fd Updated docs and docstrings for Search. Also formatting. 2018-03-24 18:27:04 -04:00
7ad802bcd8 Updated all self._url variables to use format. 2018-03-03 20:41:33 -05:00
2fd9477620 Refactored autocompelete for more DRYness. 2018-03-03 16:40:57 -05:00
4d45c17e06 Refactored code to be more DRY, and removed private protection from checkForKey. 2018-03-03 16:37:24 -05:00
50e9d35064 Created data_length and data_tuple attributes for Search 2018-03-03 12:29:37 -05:00
ab96f0fa23 Got discord.py to work with scrython. 2018-02-28 21:04:45 -05:00
f14dc616af Edited some files before work begins. 2018-02-28 18:23:33 -05:00
215379e5fe Updated docs to properly reflect changes. 2018-02-27 22:42:34 -05:00
ae0789cfb7 Fixed query bug. 2018-02-27 22:37:48 -05:00
Mendess2526 31b65e8e99 Adds power, toughness, loyalty, and flavor_text methods to card object 2018-02-26 23:19:00 +00:00
Nanda Scott 3f05856b4a Added docstrings to all Cards classes. 2018-02-21 14:42:58 -05:00
Nanda Scott b76e9032d5 Created docs, and cleaned up some code for more consistency. 2018-02-19 17:04:43 -05:00
Nanda Scott 1177ebaf46 I think I fixed the issue with async now. 2018-02-15 15:03:18 -05:00
Nanda Scott 958c332e65 Changed a whole bunch of stuff. 2018-02-13 21:02:48 -05:00
Nanda Scott 5bb912da76 Refactored cards. 2018-02-13 16:51:03 -05:00
Nanda Scott 91a5f04113 Refactored autocomplete to be more consistent with the rest of the library. 2018-02-13 16:35:01 -05:00
Nanda Scott 3d5be5a24e Refactored more errors that I missed. 2018-02-13 16:22:02 -05:00
Nanda Scott 5cba1532f7 Added better error handling and messages. 2018-02-13 16:17:20 -05:00
Nanda Scott e86d911cc4 Created search object. 2018-02-13 15:58:28 -05:00
Nanda Scott bd74b96e4a Merge branch 'develop' of github.com:NandaScott/Scrython into nanda/cards_search 2018-02-13 15:19:03 -05:00
Nanda Scott 30b03a3630 Fixed a bug by changing all kwargs to default to None 2018-02-09 17:46:42 -05:00
Nanda Scott eee66d4826 Refactored cards to be more clear and consistent. 2018-02-06 22:01:08 -05:00
Nanda Scott 18475cc257 Added next_page and warnings to Search(). 2018-02-06 21:55:24 -05:00
Nanda Scott 4c045a3fe0 Added a class for using the search endpoint. 2018-02-06 21:52:21 -05:00
Nanda Scott 05d398e7fb Changed set attribute to prevent some confusion from python. 2018-02-06 20:11:18 -05:00
Nanda Scott 78604b4099 Moved files around for uploading to PyPI. 2018-02-05 22:32:12 -05:00