npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@awesome-algorand/indexer-fetch

v3.6.0

Published

Fetch client for Indexer

Downloads

104

Readme

@awesome-algorand/indexer-fetch

Fetch client for Indexer

Generated IndexerClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.

Installation

npm install @awesome-algorand/indexer-fetch --save

Usage

import {IndexerClient} from '@awesome-algorand/indexer-fetch';

const client = new IndexerClient({
    BASE: 'https://testnet-idx.algonode.cloud/',
})

See the full API Documentation for more information

Change Log

GitHub Logo

What's Changed

This release contains a breaking API change to properly reflect that rewinding is no longer available (the round query parameter being rejected). The rewinding functionality was removed as it did not produce accurate results as expected and did not have a clear path to providing a better experience.

Enhancements

  • API: Disable rewinding and reject the round query param on account lookups and searches. (#1630)
  • API: Add support for Private Network Access header preflight requests (#1620)

Changelog

  • e0fc3407aa3f09988c509af82671210bd1595923 Address import collision due to https://github.com/googleapis/go-genproto/issues/1015 (#1634)
  • ecbedc4c50e46daaeeccf0ca78d0e8a88e8cc9c1 CI: Enable linting for tests (#1632)
  • 56d86caf5666c07a9d89d3950a56d980f02024d9 CI: update CircleCI Ubuntu image to 24.04 (#1633)
  • 249016cf51cf9c3aecf37c6fc8c09774523f02bc Disable rewinding and reject the round query param on account lookups and searches. (#1630)
  • 316221e01269ced80b76a3b4ea72a9ce0cb28296 Fix: Ensure requests for asset/application id 0 check for the correct result (#1622)
  • fb82382d82a7d2991ba74fb86e7e1b3dd842971b Regression test for UTF-8 printable characters (#1624)
  • aef44309fae849ff13113d00b77649c5585e039b Tweak release template. (#1617)
  • 25c7ab7619bd5c8eb3fbe8efcafc84929726afa5 api: Add support for Private Network Access header preflight requests (#1620)
  • 6dce903c2d5f807962dd03c41903ede7067e4f7d build(deps): bump github.com/docker/docker (#1621)
  • 674516da8e505247fd7726437301cfd51c6be0b8 build(deps): bump setuptools from 65.5.1 to 70.0.0 in /e2e_tests (#1618)

Full Changelog: https://github.com/algorand/indexer/compare/v3.5.0...v3.6.0


Docker images for this release are available on Docker Hub.