mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
619 lines
13 KiB
JSON
619 lines
13 KiB
JSON
{
|
|
"info": {
|
|
"_postman_id": "98472441-3ca2-4aba-9148-81f8d1a61b16",
|
|
"name": "Maloja",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "Scrobble Native",
|
|
"item": [
|
|
{
|
|
"name": "Query String",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "formdata",
|
|
"formdata": []
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/mlj_1/newscrobble?key={{api_key}}&artist={{example_artist}}&title={{example_song}}",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"mlj_1",
|
|
"newscrobble"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "key",
|
|
"value": "{{api_key}}"
|
|
},
|
|
{
|
|
"key": "artist",
|
|
"value": "{{example_artist}}"
|
|
},
|
|
{
|
|
"key": "title",
|
|
"value": "{{example_song}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "Query String Redirect",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{url}}/api/newscrobble?key={{api_key}}&artist={{example_artist}}&title={{example_song}}",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"newscrobble"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "key",
|
|
"value": "{{api_key}}"
|
|
},
|
|
{
|
|
"key": "artist",
|
|
"value": "{{example_artist}}"
|
|
},
|
|
{
|
|
"key": "title",
|
|
"value": "{{example_song}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "Formdata",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "formdata",
|
|
"formdata": [
|
|
{
|
|
"key": "key",
|
|
"value": "{{api_key}}",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "artist",
|
|
"value": "{{example_artist}}",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "title",
|
|
"value": "{{example_song}}",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/mlj_1/newscrobble",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"mlj_1",
|
|
"newscrobble"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "Formdata Redirect",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "formdata",
|
|
"formdata": [
|
|
{
|
|
"key": "key",
|
|
"value": "{{api_key}}",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "artist",
|
|
"value": "{{example_artist}}",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "title",
|
|
"value": "{{example_song}}",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/api/newscrobble",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"newscrobble"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "JSON",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"key\": \"{{api_key}}\",\n \"artist\": \"{{example_artist}}\",\n \"title\": \"{{example_song}}\"\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/mlj_1/newscrobble",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"mlj_1",
|
|
"newscrobble"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "JSON Redirect",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"type": "text",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n \"key\": \"{{api_key}}\",\n \"artist\": \"{{example_artist}}\",\n \"title\": \"{{example_song}}\"\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/api/newscrobble",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"newscrobble"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Scrobble Listenbrainz",
|
|
"item": [
|
|
{
|
|
"name": "JSON",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "Authorization",
|
|
"value": "token {{api_key}}",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"listen_type\":\"single\",\n\t\"payload\":[\n\t\t{\n\t\t\t\"track_metadata\":{\n\t\t\t\t\"artist_name\":\"{{example_artist}}\",\n\t\t\t\t\"track_name\":\"{{example_song}}\"\n\t\t\t}\n\t\t}\n\t]\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/listenbrainz/1/submit-listens",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"listenbrainz",
|
|
"1",
|
|
"submit-listens"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "JSON Redirect",
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"type": "text",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"key": "Authorization",
|
|
"type": "text",
|
|
"value": "token {{api_key}}"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"listen_type\":\"single\",\n\t\"payload\":[\n\t\t{\n\t\t\t\"track_metadata\":{\n\t\t\t\t\"artist_name\":\"{{example_artist}}\",\n\t\t\t\t\"track_name\":\"{{example_song}}\"\n\t\t\t}\n\t\t}\n\t]\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/api/s/listenbrainz/1/submit-listens",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"s",
|
|
"listenbrainz",
|
|
"1",
|
|
"submit-listens"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Scrobble Audioscrobbler",
|
|
"item": [
|
|
{
|
|
"name": "JSON",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"id": "60551e90-aea5-4489-aded-a93c6d2ae055",
|
|
"exec": [
|
|
""
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"id": "9928c378-cf37-4e20-b653-51f5dde51192",
|
|
"exec": [
|
|
""
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"method\":\"track.scrobble\",\n\t\"artist\":\"{{example_artist}}\",\n\t\"track\":\"{{example_song}}\",\n\t\"sk\":\"{{session_key}}\"\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/audioscrobbler/2.0/",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"audioscrobbler",
|
|
"2.0",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "JSON Redirect",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"id": "60551e90-aea5-4489-aded-a93c6d2ae055",
|
|
"exec": [
|
|
""
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"type": "text",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"method\":\"track.scrobble\",\n\t\"artist\":\"{{example_artist}}\",\n\t\"track\":\"{{example_song}}\",\n\t\"sk\":\"{{session_key}}\"\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/api/s/audioscrobbler/2.0/",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"s",
|
|
"audioscrobbler",
|
|
"2.0",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "Authorize",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"id": "addc7f42-1de5-4b6d-a840-bb3075bd2cdc",
|
|
"exec": [
|
|
"var data = JSON.parse(responseBody);",
|
|
"postman.setEnvironmentVariable(\"session_key\", data.session.key);",
|
|
"",
|
|
"tests[\"gotkey\"] = true;"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"request": {
|
|
"method": "POST",
|
|
"header": [
|
|
{
|
|
"key": "Content-Type",
|
|
"name": "Content-Type",
|
|
"value": "application/json",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": "{\n\t\"method\":\"auth.getMobileSession\",\n\t\"authToken\":\"abc\",\n\t\"username\":\"someguy\",\n\t\"password\":\"{{api_key}}\"\n}"
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/audioscrobbler/2.0/",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"audioscrobbler",
|
|
"2.0",
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Scrobble Audioscrobbler Legacy",
|
|
"item": [
|
|
{
|
|
"name": "Authorize",
|
|
"event": [
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"id": "01f6143f-3134-4006-9792-6e61a2be323d",
|
|
"exec": [
|
|
"var data = responseBody.split(\"\\n\");",
|
|
"postman.setEnvironmentVariable(\"session_key\", data[1]);",
|
|
"postman.setEnvironmentVariable(\"scrobble_url\", data[3]);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
},
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"id": "b97afa75-ab8c-4099-a6cf-6b45d653a10d",
|
|
"exec": [
|
|
"apikey = pm.variables.get(\"api_key\");",
|
|
"ts = pm.variables.get(\"timestamp\");",
|
|
"",
|
|
"token = CryptoJS.MD5(CryptoJS.MD5(apikey) + ts)",
|
|
"postman.setEnvironmentVariable(\"legacy_token\", token);"
|
|
],
|
|
"type": "text/javascript"
|
|
}
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {
|
|
"disableBodyPruning": true
|
|
},
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"body": {
|
|
"mode": "raw",
|
|
"raw": ""
|
|
},
|
|
"url": {
|
|
"raw": "{{url}}/apis/audioscrobbler_legacy/?hs=true&t={{timestamp}}&a={{legacy_token}}",
|
|
"host": [
|
|
"{{url}}"
|
|
],
|
|
"path": [
|
|
"apis",
|
|
"audioscrobbler_legacy",
|
|
""
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "hs",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"key": "t",
|
|
"value": "{{timestamp}}"
|
|
},
|
|
{
|
|
"key": "a",
|
|
"value": "{{legacy_token}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "Scrobble",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{scrobble_url}}?s={{session_key}}&a[0]={{example_artist}}&t[0]={{example_song}}&a[1]={{example_artist_2}}&t[1]={{example_song_2}}&i[0]={{timestamp}}&i[1]={{timestamp_2}}",
|
|
"host": [
|
|
"{{scrobble_url}}"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "s",
|
|
"value": "{{session_key}}"
|
|
},
|
|
{
|
|
"key": "a[0]",
|
|
"value": "{{example_artist}}"
|
|
},
|
|
{
|
|
"key": "t[0]",
|
|
"value": "{{example_song}}"
|
|
},
|
|
{
|
|
"key": "a[1]",
|
|
"value": "{{example_artist_2}}"
|
|
},
|
|
{
|
|
"key": "t[1]",
|
|
"value": "{{example_song_2}}"
|
|
},
|
|
{
|
|
"key": "i[0]",
|
|
"value": "{{timestamp}}"
|
|
},
|
|
{
|
|
"key": "i[1]",
|
|
"value": "{{timestamp_2}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
],
|
|
"protocolProfileBehavior": {}
|
|
}
|
|
],
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"id": "6659b674-ce6f-48b5-bb64-880356ce6739",
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
"var current_timestamp = Math.floor(Date.now() / 1000);",
|
|
"postman.setEnvironmentVariable(\"timestamp\", current_timestamp);",
|
|
"postman.setEnvironmentVariable(\"timestamp_2\", current_timestamp - 200);"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"id": "09c3ea43-30e4-4e83-b32f-dd06c1884bab",
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"variable": [
|
|
{
|
|
"id": "88c0d6ae-fb1a-420d-aa65-494f561090ff",
|
|
"key": "url",
|
|
"value": "http://localhost:42010"
|
|
},
|
|
{
|
|
"id": "4cd70ff6-d2d8-4ff9-bb51-ee0ac46a0c7a",
|
|
"key": "api_key",
|
|
"value": "localdevtestkey"
|
|
},
|
|
{
|
|
"id": "bb5a3d1f-34a7-421d-a60a-eaa6dd3cac61",
|
|
"key": "example_artist",
|
|
"value": "EXID ft. Jeremy Soule"
|
|
},
|
|
{
|
|
"id": "6a344668-55f0-44de-ae9b-bb7df916f5fd",
|
|
"key": "example_song",
|
|
"value": "Why is the Rum gone?"
|
|
},
|
|
{
|
|
"id": "17fc8bb2-4fc3-461c-8581-48573f640f7c",
|
|
"key": "example_artist_2",
|
|
"value": "BLACKPINK ft. Tzuyu"
|
|
},
|
|
{
|
|
"id": "b87d84f6-3f3a-4732-becf-b34794a1c178",
|
|
"key": "example_song_2",
|
|
"value": "POP/STARS"
|
|
}
|
|
]
|
|
} |