Init OpenAPI
This commit is contained in:
46
src/api/openapi/docs/Card.md
Normal file
46
src/api/openapi/docs/Card.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# Card
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **number** | | [optional] [default to undefined]
|
||||
**description** | **string** | | [default to undefined]
|
||||
**pendulumDescription** | **string** | | [optional] [default to undefined]
|
||||
**defense** | **number** | | [optional] [default to undefined]
|
||||
**attack** | **number** | | [optional] [default to undefined]
|
||||
**health** | **number** | | [optional] [default to undefined]
|
||||
**level** | **number** | | [optional] [default to undefined]
|
||||
**linkValue** | **number** | | [optional] [default to undefined]
|
||||
**name** | **string** | | [default to undefined]
|
||||
**type** | **string** | | [default to undefined]
|
||||
**frameType** | **string** | | [default to undefined]
|
||||
**archetype** | **string** | | [optional] [default to undefined]
|
||||
**race** | **string** | | [optional] [default to undefined]
|
||||
**attribute** | **string** | | [optional] [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
```typescript
|
||||
import { Card } from 'restClient';
|
||||
|
||||
const instance: Card = {
|
||||
id,
|
||||
description,
|
||||
pendulumDescription,
|
||||
defense,
|
||||
attack,
|
||||
health,
|
||||
level,
|
||||
linkValue,
|
||||
name,
|
||||
type,
|
||||
frameType,
|
||||
archetype,
|
||||
race,
|
||||
attribute,
|
||||
};
|
||||
```
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
Reference in New Issue
Block a user