Open
Description
We should use a strongly typed date wherever we can. For example, the /posts
endpoint uses several parameters as such:
List Posts
Arguments
before | Limit response to posts published before a given ISO8601 compliant date.
We should use a strongly typed date wherever we can. For example, the /posts
endpoint uses several parameters as such:
List Posts
Arguments
before | Limit response to posts published before a given ISO8601 compliant date.
Activity