question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[RFC] API plug-ins

See original GitHub issue

We all know that KiCost is saturating KitSpace gateway to Octopart. In order to reduce its load I would like to introduce alternative mechanisms. The most important distributors provides some kind of API to do stock queries. I personally use Digi-Key so the first API I’m trying is this.

I created a branch called api_ext_plugin (https://github.com/hildogjr/KiCost/tree/api_ext_plugin). In this branch I’m starting to play with the concept.

The first plug-in is here: Digi-Key plug-in

The setup is a little bit complex, but doing it you get 1000 queries a day for free (slow queries by the way).

Any comments? Anybody can help to test it?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:34 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
mik1234mccommented, Jul 9, 2022

Confirming that Digikey, Mouser, Farnell and TME APIs are working in our case. Thanks for your effort!

0reactions
set-softcommented, Jun 29, 2022

These APIs are in use since 1.1.8 and looks like they are in use because we got 3 reports for problems using Mouser API for people using languages other than english. I’m closing this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RFC: plugin API for Architect 10 · Issue #1295 - GitHub
Below is the approach to interfacing with the Architect API: Plugins are authored in JS, and export an object containing methods for named ......
Read more >
Evolving the new service builder API - AWS Rust SDK Design
RFC 20 introduced a new service builder API. It supports fine-grained configuration at multiple levels (per-handler middlewares, router middlewares, ...
Read more >
Alpha Plugin API RFC - Looking for feedback
We will provide a programmatic way, to change some of the configurations including, the logo, the favicon but we are deeply interested in...
Read more >
[RFC,v2,05/38] plugin: add user-facing API - Patchwork
I added a function to the user-facing plugin API in my own version of Pavel's plugin patchset to clear all existing plugin instrumentation,...
Read more >
RFC: plugin: Add API allowing to statically link to specific ...
RFC : plugin: Add API allowing to statically link to specific elements · In my testing this generates a libgstreamer-full-1.0.so with the exact ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found