問題タブ [steamworks-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
api - Steam API 2020
Steam API を使用して趣味の Web サイトを作成しようと考えています。ほとんどの場合、ユーザー情報ではなく、実際の製品に焦点を当てています。Steamspy の背後にいる人物の記事によると、Valve は 2018 年に API を変更し、ストアに関連する多くの関連データを削除することを決定しました。Steamworks のドキュメントを調べたところ、アプリケーション/ゲームに関する特定の情報に最も近いものは次の場所にありました: https://partner.steamgames.com/doc/webapi/ISteamApps - 彼らの API は単なるリスト以上のものを提供する必要があると考えましたすべてのアプリとその ID ですが、これまでのところ、いくつかの他の API しか見つかりませんでした。
多くのスレッドで人気があるようです
ある種の API のコレクションですか?
- https://github.com/Autarc/steam-store/blob/master/README.md これがまだ使えるかどうかわからない?
- https://steamspy.com/api.php
質問: ゲームの名前、ID、ジャンル/タグ、および画像 (および場合によっては価格) が必要な場合、バルブに関連しないこれらの API を使用する唯一の方法はありますか? または、Valves 自身の API ドキュメントで何かを見逃していませんか?
私は API:s に非常に慣れていないので、私の傲慢さを許してください。たくさんのスレッドを検索しましたが、API が変更されたので、2020 年にまだ最新の回答がどれかわかりません。
steam - Steam API for getting trade hold duration for an item (CS:GO)
I am making a website which shows items of a user's inventory. Using the steam inventory api https://steamcommunity.com/inventory/
I am able to get inventory and with https://steamcommunity.com/market/priceoverview/
I am able to get the market value of an item.
Both the above api's don't give any information regarding an item being on hold, I was just able to see tradable: false
for items on hold.
Is there a way to get the trade hold duration of a particular item?
unity3d - Steamworks.NET は現在のブランチを取得します
Steam 上の私のゲームには、default と beta_test の 2 つのブランチ (ベータ) があります。誰かが beta_test ブランチを選択してプレイしている場合にのみ、ゲーム内のバグ レポート フォームを表示したいと考えています。現在どのブランチが設定されているか、コードから判断することはできますか? または、ブランチごとに異なるビルドをアップロードする以外の方法でも構いません。