0.0.4 • Published 5 years ago

@kodbruket/vsf-proxy v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

vsf-proxy

Installation

yarn add @kodbruket/vsf-proxy
"registeredExtensions": [
  ...,
  "@kodbruket/vsf-proxy"
],
"extensions": {
  ...
  "proxy": {
    "example": {
      "secret": "__SECRET_CHANGE_ME__",
      "urls": [
        "http://localhost:8080/api/ext/@kodbruket/vsf-proxy/test",
        "http://localhost:8080/api/ext/@kodbruket/vsf-proxy/test2"
      ]
    }
  }
}

would be triggered with this URL: http://localhost:8080/api/ext/@kodbruket/vsf-proxy/hook/example?secret=__SECRET_CHANGE_ME__

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago