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

Add get clip route #75

Merged
merged 5 commits into from
May 20, 2024
Merged

Add get clip route #75

merged 5 commits into from
May 20, 2024

Conversation

alifhughes
Copy link
Contributor

@alifhughes alifhughes commented May 12, 2024

  • Added route to get information of a clip (an extension) via an ID
  • I think I've added to all the necessary places in the docs, but let me know if I've missed somewhere

Would be accessed by api like

async def get_clip(clip_id):
    url = f"{BASE_URL}/api/clip?id={clip_id}"
    async with httpx.AsyncClient() as client:
        response = await client.get(url, headers={'Content-Type': 'application/json'}, timeout=100)
    return response.json()

Copy link

vercel bot commented May 12, 2024

@alifhughes is attempting to deploy a commit to the Linkly AI LLC's projects Team on Vercel.

A member of the Team first needs to authorize it.

@blueeon blueeon marked this pull request as ready for review May 14, 2024 14:21
@blueeon blueeon merged commit cfa3e0a into gcui-art:main May 20, 2024
1 check failed
@swumagic
Copy link
Contributor

swumagic commented May 20, 2024

hei,guys. i updata 75+79 have many bug-deployment to vercel(#75 Add get clip route and #79 Add concat endpoint to "get whole song" from an extension )#81 #81, How to fix it, thank you !

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

3 participants