0

Is there an easy way to add a new Sinatra endpoint to a dashing.io server?

I'd like to incorporate a Dropbox webhook so that I can update a widget whenever a certain file changes in Dropbox. For that to work I have to add a new endpoint (e.g. https://www.example.com/dropbox-webhook) to the dashing.io server.

RobertJoseph
  • 7,968
  • 12
  • 68
  • 113

1 Answers1

0

You can find out how to add endpoints here: How to: Add authentication.

RobertJoseph
  • 7,968
  • 12
  • 68
  • 113