Skip to content

Commit a745c45

Browse files
author
kevin
committed
release(0.4.7): Release typescript-fetch SDK
1 parent 3e0c601 commit a745c45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @emergentmethods/asknews-typescript-sdk@0.4.6
1+
## @emergentmethods/asknews-typescript-sdk@0.4.7
22

33
Typescript SDK for the AskNews API.
44
This SDK utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
@@ -21,7 +21,7 @@ It can be used in both TypeScript and JavaScript. In TypeScript, the definition
2121
### Installation
2222

2323
```
24-
npm install @emergentmethods/asknews-typescript-sdk@0.4.6 --save
24+
npm install @emergentmethods/asknews-typescript-sdk@0.4.7 --save
2525
```
2626

2727
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emergentmethods/asknews-typescript-sdk",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Typescript SDK for AskNews API",
55
"author": "Emergent Methods <contact@emergentmethods.ai>",
66
"license": "MIT",

src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515

16-
export const BASE_PATH = "https://api.asknews.dev".replace(/\/+$/, "");
16+
export const BASE_PATH = "https://api.asknews.app".replace(/\/+$/, "");
1717
export const AUTH_URL = "https://auth.asknews.app/oauth2/token";
1818

1919
export interface ConfigurationParameters {

0 commit comments

Comments
 (0)