We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
not support the api ? example : a url request the api then return a shorturl .
The text was updated successfully, but these errors were encountered:
It's already supported, but not yet stable written, you can refer to this command line first
curl 'https://sink.cool/api/link/create' \ -H 'authorization: Bearer SinkCool' \ -H 'content-type: application/json' \ --data-raw '{"url":"https://github.com/ccbikai/Sink/issues/14"}'
Sorry, something went wrong.
@ccbikai Thank you, can you specify the slug in the json?
No branches or pull requests
not support the api ?
example :
a url request the api then return a shorturl .
The text was updated successfully, but these errors were encountered: