Resume API Documentation
RESTful API for accessing Nicholas Gerrer's resume data
Base URL
https://api.nicholasgerrer.devVersion
v1.0.0Authentication
Not requiredQuick Start
# Fetch profile information
curl https://api.nicholasgerrer.dev/api/v1/profile
# Get work experience
curl https://api.nicholasgerrer.dev/api/v1/experience
# Retrieve complete resume
curl https://api.nicholasgerrer.dev/api/v1/resumeEndpoints
Note: This is a demonstration of resume data presented as API documentation. The endpoints shown here are for illustrative purposes.