API和微服务 项目 时间戳 微服务 源码
API项目:FCC的时间戳记微服务 用户故事: API端点是GET [project_url]/api/timestamp/:date_string? 如果可以通过new Date(date_string) (JS)成功解析,则日期字符串有效。 请注意,unix时间戳记必须是一个指定毫秒数的整数(不是字符串)。 在我们的测试中,我们将使用符合ISO-8601的日期字符串(例如"2016-11-20" ),因为这将确保UTC时间戳。 如果日期字符串为空,则它应等效于触发new Date() ,即服务使用当前时间戳。 如果日期字符串有效,则api返回具有以下结构的JSON {"unix":
文件列表
APIs-and-Microservices-Projects-Timestamp-Microservice-master.zip
(预估有个12文件)
APIs-and-Microservices-Projects-Timestamp-Microservice-master
package.json
455B
server.js
2KB
.config
configstore
update-notifier-pnpm.json
152B
glitch-package-manager
5B
.hyperdev-assets
14KB
views
index.html
2KB
暂无评论