Dids are something, anything that you've done. They can be progress towards a goal, a walk in the park or step towards your new adventure 🏔
"Often the best way to get unstuck is to do anything, anything at all."
Patrick
Choose your favorite programming language or use curl to create dids and interact with the Dids API
# Create a new Did curl -L http://todidlist.com/api/dids/create \ -X POST --post302 \ -d api_access_token=myaccesstoken \ -d did="leet code: solved duplicate arrays in rust" # Get Dids from the last 24 hours curl -L http://todidlist.com/api/did/getrecent \ -X POST --post302 \ -d api_access_token=myaccesstoken