Add any project to a collection and show off your favorite things, group all your related projects, collect precious memories, etc.
Head over to your profile or team page to create and view your collections.
Add any project to a collection and show off your favorite things, group all your related projects, collect precious memories, etc.
Head over to your profile or team page to create and view your collections.
how do you get id’s of collections?
Hey @Jonyk56 you can query the Glitch API for this information. A request like curl --request GET --url 'https://api.glitch.com/v1/collections/by/fullUrl?fullUrl=glitch/get-started'
will get you the publicly-available info for the collection at https://glitch.com/@glitch/get-started = fullUrl
is the user / team name (without the @
) and the collection name.
Hope this helps!
ok, thank you!
sorry for the late reply, had to get my computer repaired