Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"scripts": {
"test": "mocha -t 500000"
},
"dependencies": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was unintentional.

"autorest": "^2.0.4166"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parameters": {
"X-BingApis-SDK": "true",
"Ocp-Apim-Subscription-Key": "{API key}",
"mkt": "en-us",
"Accept": "application/json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parameters": {
"X-BingApis-SDK": "true",
"Ocp-Apim-Subscription-Key": "{API key}",
"mkt": "en-US",
"Text": "micosoft",
Expand Down