API Reference

GET
/:eventId
1curl https://asimov.social/ECUzNoX6PcPijkTAmT5aGb
GET
/:organizationId
1curl https://asimov.social/OCaDVWcYYpVHMroCTPrSys
GET
/:personId
1curl https://asimov.social/PCUzJfN9w6pmhoQk8r1NoN
GET
/graphql
1curl -G https://asimov.social/graphql \
2 -d query=query
POST
/graphql
1curl -X POST https://asimov.social/graphql \
2 -H "Content-Type: application/json" \
3 -d '{
4 "query": "query"
5}'