You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present time, the information returned by the Package JSON API amounts to:
```json
{
"author": "Hécate Moonlight",
"copyright": "",
"description": "The 'Display' typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.",
"homepage": "https://github.com/haskell-text/text-display#readme",
"license": "MIT",
"metadata_revision": 0,
"synopsis": "A typeclass for user-facing output"
}
```
This PR aims to implement support for the package upload timestamp in this payload.
The final result is this:
```json
{
"author": "Hécate Moonlight",
"copyright": "",
"description": "The 'Display' typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.",
"homepage": "https://github.com/haskell-text/text-display#readme",
"license": "MIT",
"metadata_revision": 0,
"synopsis": "A typeclass for user-facing output",
"uploaded_at": "2022-05-22T22:24:48.997120639Z"
}
```
0 commit comments