Created
June 28, 2017 21:22
-
-
Save peterdemartini/b2a583063ca4b2c326c1e3dc2428420a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
--fail \ | |
--location \ | |
--silent \ | |
--data '{"name":"Meshblu Connector Say Hello","connector":"meshblu-connector-say-hello","type":"device:say-hello","githubSlug":"octoblu/meshblu-connector-say-hello","version": "latest"}' \ | |
--request POST \ | |
--header 'Content-Type: application/json' \ | |
--user 'my-octoblu-uuid:my-octoblu-token' \ | |
'https://connector-service.octoblu.com/users/my-octoblu-connector-uuid/connectors' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment