We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5805c commit 2f0f033Copy full SHA for 2f0f033
README.md
@@ -44,6 +44,26 @@ ___Strong emphasized text___
44
45
Markup : `code()`
46
47
+```javascript
48
+ var specificLanguage_code =
49
+ {
50
+ "data": {
51
+ "lookedUpPlatform": 1,
52
+ "query": "Kasabian+Test+Transmission",
53
+ "lookedUpItem": {
54
+ "name": "Test Transmission",
55
+ "artist": "Kasabian",
56
+ "album": "Kasabian",
57
+ "picture": null,
58
+ "link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
59
+ }
60
61
62
+```
63
+
64
+ Markup : ```javascript
65
+ ```
66
67
* Bullet list
68
* Nested bullet
69
* Sub-nested bullet etc
0 commit comments