Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 25, 2021 15:26
Show Gist options
  • Save wilmoore/3f4e008a7eb97bc9bf3f5913f667c250 to your computer and use it in GitHub Desktop.
Save wilmoore/3f4e008a7eb97bc9bf3f5913f667c250 to your computer and use it in GitHub Desktop.
digitallysmuv.dev :: ɗigitällysmµv API/SDK Tutorials

digitallysmuv.dev :: ɗigitällysmµv API/SDK Tutorials

⪼ Made with 💜 by realpolyglot.dev

I'd like to see a new tutorials on a cool API/SDK posted to the digitallysmuv publication and YouTube daily (perhaps we can get the trainees to do this).

ɗigitällysmµv API/SDK Tutorials

Nylas API/SDK

cURL request
set NYLAS_ACCESS_TOKEN '*****'

curl -X GET \
'https://api.nylas.com/account' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-H "Authorization: Bearer $NYLAS_ACCESS_TOKEN"

Pinata

Pin File request
curl https://api.pinata.cloud/pinning/pinFileToIPFS \
-H "Authorization: Bearer $PINATA_AUTH_TOKEN" \
-F 'file=@/Users/wilmoore/Downloads/lagos-techie-kwzWjTnDPLk-unsplash.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment