Getting Started with David Chang API
This page will help you get started with https://api.davidchang.dev. You'll be up and running in a jiffy!

📃 Resumés
Get the latest copy of my resumé, see all past versions of my resumé, or get a single resumé from my collection. Results returned in are JSON
format with the following properties:
...
{
"ID": int,
"CreatedAt": string,
"UpdatedAt": string
"DeletedAt": string,
"year": int,
"URL": string
},
...
- Get the most recent up-to-date resumé:
/resumes/latest
- Get all past resumés:
/resumes
- Get a single resumé:
/resumes/{id}
💬 I'm here to help!
Find me on Discord or email me at [email protected]

Chat with me on Discord!
I'm excited you're here! 💜
Updated over 1 year ago