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 516612d commit 41e3260Copy full SHA for 41e3260
README.md
@@ -75,7 +75,7 @@ techspecs_id = "6186b047987cda5f88311983"
75
# choose between "pretty" or "raw" mode for viewing response
76
details = techspecs.detail(techspecs_base, techspecs_id, techspecs_key, mode='pretty')
77
78
-# print the search results
+# print the specifications of the product
79
print(details)
80
81
```
@@ -93,7 +93,7 @@ techspecs_base = "a8TD3mkN49fhg2y"
93
94
brands = techspecs.brands(techspecs_base, techspecs_key, mode='pretty')
95
96
+# print the list of all brands
97
print(brands)
98
99
@@ -111,7 +111,7 @@ techspecs_base = "a8TD3mkN49fhg2y"
111
112
categories = techspecs.categories(techspecs_base, techspecs_key, mode='pretty')
113
114
+# print the list of all categories
115
print(categories)
116
117
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments