forked from dbpedia/databus-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
058e5cf
commit 40e0a3e
Showing
6 changed files
with
53 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### All kind of download functionalities for Databus ### | ||
# All kind of download functionalities for Databus ### | ||
|
||
class Downloder: | ||
pass |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
databusclient deploy \ | ||
--version-id "https://databus.openenergyplatform.org/koubaa-hmc/active_photovoltaic/testArtifact/1.0-alpha/" \ | ||
--title "Test Title" \ | ||
--abstract "Test Abstract" \ | ||
--description "Test Description" \ | ||
--license-uri "http://dalicc.net/licenselibrary/AdaptivePublicLicense10" \ | ||
--apikey "ddac53f3-27e7-4abb-8f22-0f106406c525" \ | ||
"https://raw.githubusercontent.com/dbpedia/databus/master/server/app/api/swagger.yml|type=swagger" |