clients

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

README

Clients package

Packages here provide client libraries for accessing the ecosystem of Diamcircle services.

  • auroraclient - programmatic client access to Aurora (use in conjunction with txnbuild)
  • diamcircletoml - parse Diamcircle.toml files from the internet
  • federation - resolve federation addresses into diamcircle account IDs, suitable for use within a transaction
  • aurora (DEPRECATED) - the original Aurora client, now superceded by auroraclient

See GoDoc for more details.

For developers: Adding new client packages

Ideally, each one of our client packages will have commonalities in their API to ease the cost of learning each. It's recommended that we follow a pattern similar to the net/http package's client shape:

A type, Client, is the central type of any client package, and its methods should provide the bulk of the functionality for the package. A DefaultClient var is provided for consumers that don't need client-level customization of behavior. Each method on the Client type should have a corresponding func at the package level that proxies a call through to the default client. For example, http.Get() is the equivalent of http.DefaultClient.Get().

Documentation

Overview

Package clients contains sub-packages that provide client access to the various diamcircle services.

Directories

Path Synopsis
Package auroraclient provides client access to a Aurora server, allowing an application to post transactions and look up ledger information.
Package auroraclient provides client access to a Aurora server, allowing an application to post transactions and look up ledger information.
Package diamcirclecore is a client library for communicating with an instance of diamcircle-core using through the server's HTTP port.
Package diamcirclecore is a client library for communicating with an instance of diamcircle-core using through the server's HTTP port.

Jump to

Keyboard shortcuts

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