lightspark

package module
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

README

Lightspark Go SDK - v0.15.1

The Lightspark Go SDK provides a convenient way to interact with the Lightspark services from applications written in the Go.

WARNING: This SDK is in version 0.15.1 (active development). It means that its APIs may not be fully stable. Please expect that changes to the APIs may happen until we move to v1.0.0.

Documentation

The documentation for this SDK (installation, usage, etc.) is available at https://docs.lightspark.com/lightspark-sdk/getting-started?language=Go

Sample code

For your convenience, we included an example that shows you how to use the SDK. Open the file examples/example.go and make sure to update the variables at the top of the page with your information, then run it using go run:

go run examples/example.go

There is also a sample LNURL server in examples/lnurl-server. This can be run by building with go build and running the resulting binary:

cd examples/lnurl-server
go build
./lnurl-server

See examples/lnurl-server/config.go for configuring the server and examples/lnurl-server/server.go for more information about the API it provides.

Documentation

Index

Constants

View Source
const VERSION = "0.15.1"

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
lnurl-server Module
uma-server Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL