@poap-xyz/providers
Advanced tools
@@ -15,5 +15,5 @@ import { CreateMomentResponse } from '../../ports/MomentsApiProvider/types/CreateMomentResponse'; | ||
* @constructor | ||
* * @param {Object} params - Object containing constructor parameters. | ||
* * @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* * @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations.ication provider only used for write operations | ||
* @param {Object} params - Object containing constructor parameters. | ||
* @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations. | ||
*/ | ||
@@ -20,0 +20,0 @@ constructor(params: { |
@@ -15,5 +15,5 @@ import { CreateMomentResponse } from '../../ports/MomentsApiProvider/types/CreateMomentResponse'; | ||
* @constructor | ||
* * @param {Object} params - Object containing constructor parameters. | ||
* * @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* * @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations.ication provider only used for write operations | ||
* @param {Object} params - Object containing constructor parameters. | ||
* @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations. | ||
*/ | ||
@@ -20,0 +20,0 @@ constructor(params: { |
@@ -15,5 +15,5 @@ import { CreateMomentResponse } from '../../ports/MomentsApiProvider/types/CreateMomentResponse'; | ||
* @constructor | ||
* * @param {Object} params - Object containing constructor parameters. | ||
* * @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* * @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations.ication provider only used for write operations | ||
* @param {Object} params - Object containing constructor parameters. | ||
* @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations. | ||
*/ | ||
@@ -20,0 +20,0 @@ constructor(params: { |
{ | ||
"name": "@poap-xyz/providers", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Providers module for the poap.js library", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.cjs", |
@@ -5,3 +5,3 @@ # @poap-xyz/providers | ||
`@poap-xyz/providers` is a package to use POAP providers that let you interact with POAPs APIs. Also | ||
`@poap-xyz/providers` is a package to use POAP providers that let you interact with POAP APIs. Also, | ||
you can make your own provider by extending the interfaces. | ||
@@ -8,0 +8,0 @@ |
@@ -21,5 +21,5 @@ import axios, { AxiosError } from 'axios'; | ||
* @constructor | ||
* * @param {Object} params - Object containing constructor parameters. | ||
* * @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* * @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations.ication provider only used for write operations | ||
* @param {Object} params - Object containing constructor parameters. | ||
* @param {string} [params.baseUrl='https://moments.poap.xyz'] - The base URL for the POAP Moments API. | ||
* @param {AuthenticationProvider} [params.authenticationProvider] - Optional authentication provider only used for write operations. | ||
*/ | ||
@@ -26,0 +26,0 @@ constructor(params: { |
240779
-0.09%