[RFC] API plug-ins
See original GitHub issueWe 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:
- Created 2 years ago
- Comments:34 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirming that Digikey, Mouser, Farnell and TME APIs are working in our case. Thanks for your effort!
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.