Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6707e26

Browse files
author
mattiapontonio
authored
Update README.md
Added "boolean" strings enum possibilities in order to correctly map tohttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkboxhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#valueDoes the "false" case not necessary since are "strings that looks like boolean"?
1 parentd392c15 commit6707e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ as parameters to a http GET request. A JSON dictionary is returned nominally.
137137
**Fields**
138138

139139
-`date` A string in YYYY-MM-DD format indicating the date of the APOD image (example: 2014-11-03). Defaults to today's date. Must be after 1995-06-16, the first day an APOD picture was posted. There are no images for tomorrow available through this API.
140-
-`concept_tags` A boolean indicating whether concept tags should be returned with the rest of the response. The concept tags are not necessarily included in the explanation, but rather derived from common search tags that are associated with the description text. (Better than just pure text search.) Defaults to False.
141-
-`hd` A boolean parameter indicating whether or not high-resolution images should be returned. This is present for legacy purposes, it is always ignored by the service and high-resolution urls are returned regardless.
140+
-`concept_tags` A boolean`True|False`indicating whether concept tags should be returned with the rest of the response. The concept tags are not necessarily included in the explanation, but rather derived from common search tags that are associated with the description text. (Better than just pure text search.) Defaults to False.
141+
-`hd` A boolean`True|False`parameter indicating whether or not high-resolution images should be returned. This is present for legacy purposes, it is always ignored by the service and high-resolution urls are returned regardless.
142142
-`count` A positive integer, no greater than 100. If this is specified then`count` randomly chosen images will be returned in a JSON array. Cannot be used in conjunction with`date` or`start_date` and`end_date`.
143143
-`start_date` A string in YYYY-MM-DD format indicating the start of a date range. All images in the range from`start_date` to`end_date` will be returned in a JSON array. Cannot be used with`date`.
144144
-`end_date` A string in YYYY-MM-DD format indicating that end of a date range. If`start_date` is specified without an`end_date` then`end_date` defaults to the current date.
145-
-`thumbs` If set to`true`, the API returns URL of video thumbnail. If an APOD is not a video, this parameter is ignored.
145+
-`thumbs` If set to`true|false`, the API returns URL of video thumbnail. If an APOD is not a video, this parameter is ignored.
146146

147147
**Returned fields**
148148

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp