-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The API should be able to differentiate between a missing package and an empty package.
If you curl the API on a created package but that has no release yet, it shouldn't return a 404:
404 - Not Found
But rather a JSON similar to this one, just with no versions and maybe latest set to null
{
"scope": "scope",
"name": "package",
"latest": null,
"versions": {}
}
Also on a related note, using the version badge with an unreleased package should also be updated accordingly to inform the package exist but isn't released yet
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Ready