SpaceX launches: write to your local file system
Number of APIs: 2
From this blog post about [using Qodex to write to your local file system] this is an example of pulling data from this open source REST API for SpaceX data, and writing to a local file.
Quickstart
- Write a script that listens for POST requests and writes payloads to your local file system. Here's a node.js example.
- Install any dependencies, run the script, and start your local server.
- Run this Qodex collection that submits a GET request for launch data and then submits a POST request to your local server.