This is a list of HAFAS API endpoints, all with different data versions, API versions, output formats and URL configurations. Help me complete this list!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for store in R434 R352; do | |
curl -H "Accept: application/json" https://www.apple.com/de/shop/fulfillment-messages\?pl\=true\&searchNearby\=true\&mt\=compact\&parts.0\=MLQ63ZD/A\&store\=R434 | jq --arg STORE "$store" '.body.content.pickupMessage.stores | map(select(.storeNumber == $STORE)) | .[].partsAvailability | .["MLQ63ZD/A"] | select(.pickupDisplay|select(.=="available"))' | |
done | |
MLPF3ZD/A, iPhone 13 Pro Schwarz, 128GB | |
MLQ63ZD/A, iPhone 13 Pro Schwarz, 256GB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
main() { | |
runApp( | |
MaterialApp( | |
debugShowCheckedModeBanner: false, | |
home: PhysicsCardDragDemo(), | |
), | |
); |