0.1.17 • Published 12 months ago

@dasmeta/event-manager-utils v0.1.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

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.16

1 year ago

0.1.17

12 months ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago