Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
183d6529
Commit
183d6529
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Updated config vars for API.
parent
c750853c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer-guide.md
+5
-6
5 additions, 6 deletions
docs/developer-guide.md
with
5 additions
and
6 deletions
docs/developer-guide.md
+
5
−
6
View file @
183d6529
...
...
@@ -44,22 +44,21 @@ using a fancy calendar interface.
These data-sources need to be configurated in the "engine.ini" configuration file:
# The URL to get the Calendar via
PV/
Steering
calendarurl="http://localhost:8000/api/v1/playout"
# The URL to get the Calendar via Steering
api_
calendar
_
url="http://localhost:8000/api/v1/playout"
# The URL to get show details via
PV/
Steering
# The URL to get show details via Steering
api_show_url="http://localhost:8000/api/v1/shows/${ID}/"
The AURA Project "
**Tank**
" on the other hand delivers information on the tracks, playlists
The AURA Project "
**Tank**
" on the other hand delivers information on the tracks,
related
playlists
to be played and its meta-data:
# The URL to get playlist details via Tank
importer
url="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
api_playlist_
url="http://localhost:8040/api/v1/shows/${SLUG}/playlists"
More information you can find here:
<https://gitlab.servus.at/autoradio/meta/blob/master/api-definition.md>
### Provided API Endpoints
**Soundserverstate:**
Returns true and false values of the internal In- and Outputs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment