0.1.20 • Published 11 months ago
@dasmeta/event-manager-utils v0.1.20
Event Manager Backend
##Before push new commit
- On Strapi UI go to PLUGINS -> Documentation tab
- Click Regenerate button
- Navigate to file -
app/extensions/documentation/documentation/1.0.0/full_documentation.json
- Copy content and paste it to Swagger editor online tool - https://editor.swagger.io/
#####You will see error about declared path parameter "id"
- Jump to error line and add parameter part of code
parameters:
- in: path
name: id
required: true
schema:
type: string
between rows
post:
deprecated: false
Result will looks like:
post:
parameters:
- in: path
name: id
required: true
schema:
type: string
deprecated: false
- Find row
- name: '='
and replace to- name: _e
- Generate client code
- Click "Generate Client" button and choose "typescript-axios"
0.1.20
11 months ago
0.1.18
11 months ago
0.1.19
11 months ago
0.1.16
2 years ago
0.1.17
2 years ago
0.1.14
2 years ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.0
3 years ago