Tankoubon API
Last updated
Last updated
GET
http://lrr.tvc-16.science/api/tankoubons
Get list of Tankoubons paginated.
Name | Type | Description |
---|---|---|
GET
http://lrr.tvc-16.science/api/tankoubons/:id
Get the details of the specified tankoubon ID, with the archives list paginated.
PUT
http://lrr.tvc-16.science/api/tankoubons
Create a new Tankoubon or updated the name of an existing one.
PUT
http://lrr.tvc-16.science/api/tankoubons/:id
Update a Tankoubon.
PUT
http://lrr.tvc-16.science/api/tankoubons/:id/:archive
Append an archive at the final position of a Tankoubon.
DELETE
http://lrr.tvc-16.science/api/tankoubons/:id/:archive
Remove an archive from a Tankoubon.
DELETE
http://lrr.tvc-16.science/api/tankoubons/:id
Remove a Tankoubon.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
page
string
Page of the list of Tankoubons.
id*
string
ID of the Tankoubon desired.
include_full_data
string
If set in 1, it appends a full_data array with Archive objects.
page
string
Page of the Archives list.
name*
string
Name of the Category.
id*
string
ID of the Tankoubon to update.
archives*
json
Json with 2 optional keys "archives" and "metadata" defining:
archives: Ordered array with the IDs of the archives.
metadata: Json with the metadata parameters: name, summary, tags.
Note: If there is no need to update something in one of the keys, do not send the key, otherwise can result on unwanted results.
id*
string
ID of the Tankoubon to update.
archive*
string
ID of the Archive to append.
id*
string
ID of the Tankoubon to update.
archive*
string
ID of the archive to remove.
id*
string
ID of the Tankoubon to delete.