Closed aaaaargZombies closed 8 years ago
More likely Certainly documentation error. I've worked from the PHP reference implementation here. Let me know if it works. Maybe we can then tidy up the documentation.
So for events from "1 in 12 Club" which from the response you posted above I can see is UUID 6c3038bb-a166-4f3e-91e1-0c13b1b0f543 & NID (internal ID) 23268
https://radar.squat.net/api/1.0/search/events.json?facets[city][]=Bradford&facets[group][]=23268 OMG So using the search is the way for everything. But it's the internal ID needed, and argh this really isn't documented because the facet doesn't appear until you have selected a city you have to include that.
What however is 'easy' is you can work out the url by doing the search on the site, so this was just: https://radar.squat.net/en/events/city/Bradford/group/23268 and the path changes from /city/Bradford to facets[city][]=Bradford and so on.
The iCal isn't as rich as the API; and there should be a logo for the iCal feed, but it's lost at the moment. https://radar.squat.net/ical/node/23268 Again it's the internal ID not the UUID :-(
Thanks, this is just what I was looking for!
[#107] Documentation required follow-up.
I was hoping to get current events for a few different social centres pulled into a website I was making but I'm receiving mixed/unexpected results from the API. Might be user error? I'll dump some results below. The API docs on your site also mentioned ical feeds but I couldn't spot them either.
Thanks.
tried with out
.json
out of curiosity