Soundcloud's API SC.get set to return 6 results, only return 4
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 25/100
- issue の種類
- バグ
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- javascript
- 領域
- api
調査の方向性
Start by reproducing the SC.get('/tracks') request with q='x', limit=6, and linked_partitioning=1, then compare the requested limit with the returned items. Inspect the SDK request path and the linked API response to determine whether four results are expected behavior or an SDK issue. Done means documenting the cause or identifying a specific change needed.
索引モデルが issue の本文から書いたものです。
説明
Using SC.get() to search for tracks with the letter 'x' with a limit of 6 results for every linked_partition, I seem to recieve only 4 results for the first call.
js:
var get_url = '/tracks';
var get_options = {
q:'x',
limit:6,
linked_partitioning: 1
}
SC.get(get_url,get_options)
.then(function(data){
console.log(data);
});
url for result: https://api.soundcloud.com/tracks?q=x&limit=6&linked_partitioning=1&format=json&client_id=ANY_CLIENT_ID. limit is set to 6 and only 4 items return.
why?
- 主要言語
- JavaScript
- スター
- 388
- フォーク
- 76
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
soundcloud/soundcloud-javascript のほかの issue
-
Dependency Dashboard オープン
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
soundcloud/soundcloud-javascript#90 · リアクション 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
soundcloud/soundcloud-javascript の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
mksglu/context-mode#1200 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
neondatabase/website#5944 ·
-
module: core
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
bigbluebutton/bigbluebutton#25849 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
jaegertracing/jaeger-ui#4506 ·