TypeScript api-client

Open-source TypeScript projects categorized as api-client

Top 23 TypeScript api-client Projects

  • Hoppscotch

    Open source API development ecosystem.

  • Project mention: Bypass CORS errors while testing your APIs using Hoppscotch 🔧 | dev.to | 2024-04-17

    How can Hoppscotch help you intercept the API calls? 👽

  • notion-sdk-js

    Official Notion JavaScript Client

  • Project mention: Show HN: Pages CMS – A CMS for GitHub | news.ycombinator.com | 2024-02-22
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • RWKV-Runner

    A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for commercial use.

  • Project mention: RWKV Language Model | news.ycombinator.com | 2023-12-04
  • nango

    A single API for all your integrations.

  • Project mention: Launch HN: Nango (YC W23) – Open-Source Unified API | news.ycombinator.com | 2024-04-25

    2 min demo video: https://www.loom.com/share/d04c67b47e284e86b91b4b99fba548ec

    SaaS engineering teams face a tough choice: they can build each integration in-house from scratch, which gives them full control but takes a lot of time and maintenance effort. Or they can use pre-built solutions, which are fast and easy but less flexible and might not fulfill all customer needs.

    Nango combines the best of both worlds. We let you quickly ship custom integrations without building complex infrastructure or diving deep into the quirks of each API. You control the business logic, data models, and customer-specific configurations, like custom field mappings. We handle (O)Auth and run your integrations reliably in production.

    Under the hood, your integrations run as typescript “lambdas” on Nango. A typical integration has 3-5 lambdas of 20-50 lines of code each. These lambdas live inside your git repo, are version-controlled with the rest of your app, and get deployed to Nango with a CLI (https://docs.nango.dev/understand/core-concepts).

    Our runtime has a built-in scheduler for continuous background syncs, monitoring to know if your integrations run as expected, detailed logging of everything that happens in Nango, and pre-built infrastructure to deal with (O)auth, retries, rate-limit handling, webhook floods, data caching, de-duplication, etc. More here: https://docs.nango.dev/understand/architecture

    We have found that ChatGPT and Copilot let you build integrations on Nango very fast without having to learn each API’s intricacies. LLMs are great at figuring out which endpoint to use, what parameters it takes, etc. Paired with our runtime, this lets you build complex, high-scale integrations in hours instead of weeks.

    We’ve put a ton of effort into dealing with API complexities, so you don’t have to. Even integrations that looked simple at first ended up forcing us to extend our infra to deal with their quirks and gotchas.

    For example, we had to figure out 100+ different OAuth implementations (see https://www.nango.dev/blog/why-is-oauth-still-hard and https://news.ycombinator.com/item?id=35713518). We had to deal with a half-dozen non-standard auth methods (Github apps, Stripe apps, Netsuite, etc.), expiring webhooks, ways to deal with data dependencies, weird pagination methods, API keys that change with every API call, dozens of different ways to register for webhooks, etc. It’s a constantly moving target, but it is a challenge we have come to love, and we think the approach makes sense: we specialize in finicky details that vary from API to API—you specialize in making your product great and offering more integrations to your users.

    The fastest way to see Nango in action is with our interactive demo here (no signup required): https://app.nango.dev/hn-demo

  • messaging-apis

    Messaging APIs for multi-platform

  • firecamp

    Developer-first OpenSource API DevTool, Postman/Insomnia alternative.

  • Project mention: Postman Has Acquired Orbit | news.ycombinator.com | 2024-04-12

    https://firecamp.dev/ is the best that I've found. It supports the things I care about most.

  • stepci

    Automated API Testing and Quality Assurance

  • Project mention: Step CI – open-source API test automation framework | news.ycombinator.com | 2024-03-28
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • algoliasearch-client-javascript

    ⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

  • huggingface.js

    Utilities to use the Hugging Face Hub API

  • twitch

    Interact with Twitch's API, chat and subscribe to events via PubSub and EventSub.

  • prestige

    A text-based HTTP client in the browser. An interface-less Postman.

  • Project mention: Is anyone using Shlink (link shortener) with Cloudflare? | /r/opensource | 2023-10-10

    More information (comments, logs...): LINK

  • client-js

    The official JS client library for the Polygon REST and WebSocket API. (by polygon-io)

  • adyen-node-api-library

    Adyen API Library for Node.js

  • Project mention: A Guide to Integrating with Adyen Web for 3D Secure 2 Payments | dev.to | 2024-01-12

    The first step is to install the Adyen API library, these examples will be in TypeScript so we’re going to use the Node.js library. These examples are built using version 15.1.0 of the api-library which utilizes the latest version of Checkout API (71).

  • wundergraph-demo

    This Repository demonstrates how to combine 7 APIs (4 Apollo Federation SubGraphs, 1 REST, 1 standalone GraphQL, 1 Mock) into one unified GraphQL API which is then securely exposed as a JSON API to a NextJS Frontend.

  • API-Client-VSCode-Extension

    Simple and intuitive API Client made into a VSCode extension 🌐

  • national-geographic-api

    National Geographic API that can be used to retrieve the latest news, the latest photo of the day, with the ability to query historical news and historical photos.

  • sdk-javascript

    The official JavaScript SDK for the Modzy Machine Learning Operations (MLOps) Platform.

  • scoresaber-api-client

    TypeScript client for the new ScoreSaber API

  • renraku

    web api library

  • statuscake-js

    StatusCake JavaScript SDK (Alpha)

  • crypto-clients

    Crypto clients to interact with exchanges API

  • CodExtension

    Chromium extension to use the my.callofduty.com API

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript api-client related posts

  • Postman Has Acquired Orbit

    1 project | news.ycombinator.com | 12 Apr 2024
  • Hoppscotch v2024.3.0: Access Control, Variable Scopes and more..

    2 projects | dev.to | 1 Apr 2024
  • 7 Essential Hoppscotch Features to Skyrocket API Development Productivity 🚀

    1 project | dev.to | 18 Mar 2024
  • When 'open core' projects reject contributions for competing with the EE

    2 projects | news.ycombinator.com | 10 Mar 2024
  • Introducing secret variables in Hoppscotch Environments

    2 projects | dev.to | 14 Feb 2024
  • RWKV Language Model

    1 project | news.ycombinator.com | 4 Dec 2023
  • RWKV Language Model: RNN with GPT-Level LLM Performance

    1 project | news.ycombinator.com | 14 Nov 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source api-client projects in TypeScript? This list will help you:

Project Stars
1 Hoppscotch 60,433
2 notion-sdk-js 4,608
3 RWKV-Runner 4,571
4 nango 4,224
5 messaging-apis 1,892
6 firecamp 1,604
7 stepci 1,503
8 algoliasearch-client-javascript 1,301
9 huggingface.js 1,193
10 twitch 608
11 prestige 379
12 shlink-web-client 260
13 client-js 168
14 adyen-node-api-library 96
15 wundergraph-demo 64
16 API-Client-VSCode-Extension 32
17 national-geographic-api 17
18 sdk-javascript 16
19 scoresaber-api-client 5
20 renraku 3
21 statuscake-js 2
22 crypto-clients 2
23 CodExtension 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com