Problem Here is an API key gen script for a cryptocurrency trading platform I am building. First it checks to […]
Tag: api
Fetching and shortening URLs with API calls using Promises
Problem I have a node module that accesses the News API to fetch news articles and runs each article’s URL […]
Handle network response and parse it
Problem First I have method called in LoginActivity to call my login API. This is my Listener that reads user […]
The thing that makes API requests
Problem I’m creating a thing that does things. Part of the things the thing does is querying an API for […]
Carousel Using Vanilla Javascript
Problem As a beginner project, I’ve start working on this carousel slider that would slide through an image and a […]
Implementing unified API data flow in ASP.NET Core
Problem I have the API project on ASP.NET Core, and it’s quite annoying always write methods like this: [HttpGet(“{libraryId:int}”)] public […]
Looking for feedback on OOP for a trading bot on Kraken
Problem I’m trying to build a Kraken portfolio bot and started out with a simple layout for loading the balances. […]
Ruby – class definition for connecting to external API
Problem I’ve defined a Client class to connect to an external API. The Client class will return XML responses for […]
Extracting ids out of arguments of different types
Problem I’m building a Ruby API client. My brief is to extract ids out of various inputs and fetch the […]
API design of library for argument inspection & filtering
Problem I wrote the following Python library for getting a callable’s argument names, testing whether a callable takes an argument […]