Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
18
ain/references/create.ain
Normal file
18
ain/references/create.ain
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Add a reference to a tune (with optional musicians)
|
||||
# ain ain/base.ain ain/references/create.ain --vars ID=1
|
||||
|
||||
[Host]
|
||||
/tunes/${ID}/references
|
||||
|
||||
[Method]
|
||||
POST
|
||||
|
||||
[Body]
|
||||
{
|
||||
"link": "https://www.youtube.com/watch?v=example",
|
||||
"site": "YouTube",
|
||||
"musicians": [
|
||||
{ "name": "Doc Watson" },
|
||||
{ "name": "Merle Watson" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue