-
First I faced specific API behavior that it returns photos in different orders when they are queried with or without pagination:
https://mars-photos.herokuapp.com/api/v1/rovers/curiosity/photos?sol=8…
-
1) Should not get comsDelay when processing instructionQueue
2) Should have error recovery in case of exceptions while processingInstructionQueue.
-
I'd like to query the API and pull the most recent 10 or so photos from each rover. I've noticed that there's no default for sol or earth_date, so requests without this parameter return empty. It seem…
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
https://api.nasa.gov/mars-photos/api/v1/rovers/spirit/photos?sol=1000&api_key=DEMO_KEY
The image URLs provided by the above API link are failing - we get a 404 error.
Only in the case of Curios…
-
Are you open to adding CORS support? It would make dealing with the API directly with JavaScript possible. I think this could be accomplished relatively painlessly via the [rack-cors gem](https://gith…
-
speaker: Gerard Holzmann
topic: Mars Code
video: https://vimeo.com/84991949
length: 63 min
Gerard Holzmann, senior research scientist at NASA’s Jet Propulsion Laboratory, describes creating the softw…
-
```
Failed to execute INSERT INTO deck ( created_date, updated_date, person_id, source_id, url, identifier, name, competition_id, archetype_id, resource_uri, featured_card, score, thumbnail_url, smal…
-
```
Reported on decksite by Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id…
-
Hi, I'm currently making a web app using the Mars-Photos API, the problem is if I don't use a DEMO_KEY (which as you might guess only allows for a certain amount of calls) and use my specific dev key …