apicaller
There are 5 repositories under apicaller topic.
geral2/SQL-APIConsumer
Database Project with generic procedures to consume API through GET/POST methods.
DJolley12/CallOfDutyApiWrapper
Easy API-wrapper for Call Of Duty API in C#-Currently supports warzone
krdganesh/go-concurrency-examples
This project will give you a demo of handling concurrency in Go Lang. It gets data from an api, processes it and writes the data in a file. Another function watches for the files, reads it, deletes it and shows the data on console.
MASNathan/APICaller
This class is supposed to help you setting up your "caller" to some API
HacktivSpace/hacktivexplore-concept2
HacktivExplore's Concept 2 delves into optimizing React performance through the strategic use of the useCallback hook for repeated API calls, and introduces a custom memoization function for efficient caching, contributing valuable insights into advanced React development techniques