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

feat(schema): list schema api #1064

Merged
merged 4 commits into from
Feb 23, 2024
Merged

feat(schema): list schema api #1064

merged 4 commits into from
Feb 23, 2024

Conversation

thegeekywanderer
Copy link
Contributor

An endpoint for listing all schemas for a tenant with a paginated response.
Here's the response body:

{
    "head": "<head_version>",
    "schemas": [
        {
            "version": "<version-1>",
            "created_at": "<timestamp>"
        },
        {
            "version": "<version-2>",
            "created_at": "<timestamp>"
        },
    ],
    "continuous_token": ""
}

@thegeekywanderer thegeekywanderer changed the title feat(schema): List Schema API feat(schema): list schema api Feb 21, 2024
@tolgaOzen tolgaOzen merged commit d79624c into master Feb 23, 2024
7 of 9 checks passed
@tolgaOzen tolgaOzen deleted the list-schema branch February 23, 2024 10:41
@tolgaOzen tolgaOzen restored the list-schema branch February 23, 2024 10:41
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.

None yet

2 participants