@bandada/api-sdk
Advanced tools
Comparing version 1.1.0 to 2.0.0
/** | ||
* @module @bandada/api-sdk | ||
* @version 1.1.0 | ||
* @version 2.0.0 | ||
* @file A Typescript SDK for the Bandada API. | ||
@@ -64,2 +64,3 @@ * @copyright Ethereum Foundation 2023 | ||
SupportedUrl["PROD"] = "https://api.bandada.pse.dev"; | ||
SupportedUrl["STAGING"] = "https://api-staging.bandada.pse.dev"; | ||
})(exports.SupportedUrl || (exports.SupportedUrl = {})); | ||
@@ -314,3 +315,3 @@ | ||
* @param url Supported URL or custom URL. | ||
* @param config Request config. | ||
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config. | ||
*/ | ||
@@ -317,0 +318,0 @@ function ApiSdk(url, config) { |
@@ -8,3 +8,3 @@ import { SupportedUrl, GroupResponse, InviteResponse } from "./types"; | ||
* @param url Supported URL or custom URL. | ||
* @param config Request config. | ||
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config. | ||
*/ | ||
@@ -11,0 +11,0 @@ constructor(url?: SupportedUrl | string, config?: any); |
@@ -42,4 +42,5 @@ export type GroupResponse = { | ||
DEV = "http://localhost:3000", | ||
PROD = "https://api.bandada.pse.dev" | ||
PROD = "https://api.bandada.pse.dev", | ||
STAGING = "https://api-staging.bandada.pse.dev" | ||
} | ||
export {}; |
{ | ||
"name": "@bandada/api-sdk", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "A Typescript SDK for the Bandada API.", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bandada/utils": "1.1.0" | ||
"@bandada/utils": "2.0.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -43,3 +43,3 @@ <p align="center"> | ||
<span> | </span> | ||
<a href="https://pse.dev/discord"> | ||
<a href="https://discord.com/invite/sF5CT5rzrR"> | ||
🗣️ Chat & Support | ||
@@ -46,0 +46,0 @@ </a> |
@@ -23,3 +23,3 @@ import { SupportedUrl, GroupResponse, InviteResponse } from "./types" | ||
* @param url Supported URL or custom URL. | ||
* @param config Request config. | ||
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config. | ||
*/ | ||
@@ -26,0 +26,0 @@ constructor(url: SupportedUrl | string = SupportedUrl.PROD, config?: any) { |
@@ -45,3 +45,4 @@ export type GroupResponse = { | ||
DEV = "http://localhost:3000", | ||
PROD = "https://api.bandada.pse.dev" | ||
PROD = "https://api.bandada.pse.dev", | ||
STAGING = "https://api-staging.bandada.pse.dev" | ||
} |
Sorry, the diff of this file is not supported yet
79876
2022
+ Added@bandada/utils@2.0.0(transitive)
- Removed@bandada/utils@1.1.0(transitive)
Updated@bandada/utils@2.0.0