Get a list of characters
| Query | Info | Required |
|---|---|---|
apiKey |
API key received | Yes |
limit |
between 1 and 100 | No |
skip |
number of results to ignore | No |
Get a list of comics
| Query | Info | Required |
|---|---|---|
apiKey |
API key received | Yes |
limit |
between 1 and 100 | No |
skip |
number of results to ignore | No |
Get a list of comics containing a specific character
| Params | Info | Required |
|---|---|---|
characterId |
characters mongoDB id | Yes |
| Query | Info | Required |
|---|---|---|
apiKey |
API key received | Yes |
Create a new user
| Body | Type | Required |
|---|---|---|
email |
string | Yes |
password |
string | Yes |
username |
string | Yes |
Log a user
| Body | Type | Required |
|---|---|---|
email |
string | Yes |
password |
string | Yes |
| Body | Type | Required | Description |
|---|---|---|---|
characterId |
string | Yes | character id |
id |
string | Yes | user id |
| Body | Type | Required | Description |
|---|---|---|---|
comicId |
string | Yes | comic id |
id |
string | Yes | user id |
title |
string | Yes | comic title |
path |
string | Yes | image path |
extension |
string | Yes | image extension |
description |
string | Yes | comic descrtiption |
Get all favorites comics and characters of one user
| Param | Required | Description |
|---|---|---|
id |
Yes | user id |
