Skip to content

kiriminaja/kaj-log-activities-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAJ Log Activities SDK

Install

go get github.com/kiriminaja/kaj-log-activities-sdk

Example

package main

import (
	"github.com/kiriminaja/kaj-log-activities-sdk/cmd/app"
	kaj_log_activities_sdk "github.com/kiriminaja/kaj-log-activities-sdk/sdk"
)

func main() {
	client := kaj_log_activities_sdk.NewClient(kaj_log_activities_sdk.Config{
		URL: "http://localhost:8081",
	})
    client.Packages.Search("$PACKAGE_ID")
}

Command Line

Show Help

# kaj-log -h

Usage:
   [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  event       Event 
  help        Help about any command
  package     package [command]
  payment     payment [command]
  withdrawal  withdrawal [command]

Flags:
  -h, --help   help for this command

Use " [command] --help" for more information about a command.

Withdrawal Command

withdrawal [command]

Usage:
   withdrawal [command]

Available Commands:
  search      search

Flags:
  -h, --help   help for withdrawal

Use " withdrawal [command] --help" for more information about a command.

Package Command

package [command]

Usage:
   package [command]

Available Commands:
  search      search

Flags:
  -h, --help   help for package

Use " package [command] --help" for more information about a command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages