at_lookup 3.0.51 copy "at_lookup: ^3.0.51" to clipboard
at_lookup: ^3.0.51 copied to clipboard

A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.)

The Atsign FoundationThe Atsign Foundation

pub package pub points gitHub license

at_lookup library #

Overview: #

The AtLookup Library is the low-level direct implementation of the atProtocol verbs. The AtLookup package is an interface to interact with the secondary server to execute commands(scan, update, lookup, llookup, plookup, etc).

Get started: #

Installation: #

To add this package as the dependency, add it to your pubspec.yaml

dependencies:
  at_lookup: ^3.0.5
copied to clipboard

Add to your project

pub get 
copied to clipboard

Import in your application code

import 'package:at_lookup/at_lookup.dart';
copied to clipboard

Clone it from github #

Feel free to fork a copy of the source from the GitHub Repo

Usage #

To get the instance of at_lookup #

AtLookUp atLookUp = AtLookupImpl(
  '@alice',
  'root.atsign.com',
  64,
  privateKey: 'privateKey',
  cramSecret: 'cramSecret',
);
copied to clipboard

Please refer to examples for more details.

Open source usage and contributions #

This is freely licensed open source code, so feel free to use it as is, suggest changes or enhancements or create your own version. See CONTRIBUTING.md for detailed guidance on how to setup tools, tests and make a pull request.

9
likes
160
points
7.07k
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

2024.09.08 - 2025.03.23

A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.)

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

at_chops, at_commons, at_utils, crypto, crypton, meta, mutex, path

More

Packages that depend on at_lookup