Tagged “api”
-
TIL Multiple Fetch Requests javascript api
I've been frequently dealing with this scenario in the past few weeks. I wanted to make multiple fetch requests, and then merge everything together when it's all done. To make multiple/parallel fetch requests:
-
TIL how JSON bet on simplicity json api history
I had a goal of being able to put JSON standard on the back of a business card
-
TIL software interoperability api stackoverflow
The term 'software interoperability' refers to the capability of different solutions to communicate with one another freely and easily. Systems that are interoperable exchange information in real-time, without the need for specialized IT support or behind-the-scenes coding.
-
TIL about the Network Information API browser api networks
The Network Information API provides information about the network types(e.g., 'wifi', 'cellular', etc.), save data mode, bandwidth and many more.
-
TIL about the battery status API mdn browsers api
Do you want to know all about the battery of your laptop, PC or, devices? This API helps in knowing all the information like, the battery is charging or not, how much charge is left and also the handlers to handle the charge related state changes.
-
TIL LocalForage, a small js library for caching javascript webdev cache api mdn library
An easy to use library to help with web storage. Switches between localStorage/sessionStorage, and also IndexedDB automagically. 178,000 repos can't be wrong.
-
TIL Putting a redundant API key as a backup api
Have a backup API key in your system. If you get a rate limit error, you can switch over to it.
See all tags.