Updated docs and changelog

This commit is contained in:
NandaScott 2020-06-09 09:59:18 -04:00
parent 2e3aa5bb95
commit 1b889ce420
2 changed files with 22 additions and 8 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 1.8.0
Changes
- CI tests have now been added
- Bulk data uri method has been updated, with a deprecation warning for the previous method.
- `preview()` method has been added to all card methods.
- Tests have been updated to reflect new changes.
## 1.7.1
New stuff
- Added image uri compatability for adventure cards

View File

@ -123,14 +123,7 @@ Returns the type of object the specified index is
### `bulk_permalink_uri()`
```
The URL that hosts the bulk file
Args:
num (int): The index of the object in the `data` key
Returns:
string: A URI to download the compressed data
None
```
---
### `bulk_type()`
@ -157,6 +150,19 @@ The time the item was last updated
Returns:
string: Timestamp
```
---
### `bulk_uri()`
```
The URL that hosts the bulk file
Args:
num (int): The index of the object in the `data` key
Returns:
string: A URI to download the compressed data
```
---
### `data()`