Node.js Express Rest API for Mock API
POST /figures/
Name | Type | Description |
---|---|---|
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |
Name | Type | Description |
---|---|---|
id | String |
ID of the Figure |
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |
DELETE /figures/:id
Name | Type | Description |
---|---|---|
id | String |
Figures unique ID |
GET /figures/:id
Name | Type | Description |
---|---|---|
id | String |
Figures unique ID |
Name | Type | Description |
---|---|---|
id | String |
ID of the Figure |
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |
GET /figures/
Name | Type | Description |
---|---|---|
id | String |
ID of the Figure |
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |
POST /figures/:id
Name | Type | Description |
---|---|---|
id | String |
Figures unique ID |
Name | Type | Description |
---|---|---|
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |
Name | Type | Description |
---|---|---|
id | String |
ID of the Figure |
name | String |
Name of the Figure |
series | Number |
Series of the Figure |
move | String |
Move of the Figure |
year | Number |
Year of the Figure |
cardColor | String |
Card Color of the Figure |
accessories | String |
Accessories of the Figure |