Skip to content

Update the max alias length & url shortener response body #7

Description

@Zingzy
  • We recently updated the API to return a more detailed response for shortened URLs

Before:

{
	"short_url": "https://spoo.me/abc"
}

Now:

{
	"short_url": "https://spoo.me/abc",
	"domain": "spoo.me",
	"original_url": "https://example.com"
}
  • Also the maximum length of the alias has been increased from 12 chars to 16 chars

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions