Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COR-526] Improve JSON response for /extensions/all #195

Merged
merged 7 commits into from
Mar 31, 2023
Merged

Conversation

ianstanton
Copy link
Member

@ianstanton ianstanton commented Mar 31, 2023

Add more fields to /extensions/all JSON response. Example response:

[
  {
    "description": "easy message queues with postgres",
    "documentation": null,
    "homepage": "coredb.io",
    "name": "pgmq",
    "repository": null
  }
]

TODO:

  • Follow-up including
    • updated_at
    • created_at
    • downloads
    • latest version
    • publisher for latest version

@ianstanton ianstanton changed the title Cor 526 [COR-526] Improve JSON response for /extensions/all Mar 31, 2023
@ianstanton ianstanton marked this pull request as ready for review March 31, 2023 18:29
@ianstanton ianstanton merged commit 698b4dd into main Mar 31, 2023
@ianstanton ianstanton deleted the cor-526 branch March 31, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants