1.0.4 • Published 9 months ago

@prymejo/sudo-africa-nestjs-module v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Description

Nest framework TypeScript starter repository.

Installation

yarn  add @prymejo/sudo-africa-nestjs-module

Using the package

import { SudAfricaModule,SudoAfricaCardsService } from '@prymejo/sudo-africa-nestjs-module';

@Module({
imports: [SudAfricaModule.register(api_key,environment)],
controllers: [],
providers: [SudoAfricaCardsService],
})
export  class  AppModule {}

api_key is your sudo africa api key 

environment can be either of "sandbox" or "production" (this will help in setting the api url the module will use for interacting with sudo)

#Available service

 - SudoAfricaCardsService
 - SudoAfricaAccountService
 - SudoAfricaAuthorizationService
 - SudoAfricaDisputeService
 - SudoAfricaFundingSourceService
 - SudoAfricaTransactionService

Stay in touch

License

@prymejo/sudo-africa-nestjs-module is MIT licensed.

1.0.2

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago