Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dasmeta/event-manager-utils

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dasmeta/event-manager-utils

Event manager helper functions

  • 0.1.20
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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"

FAQs

Package last updated on 09 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc