Resume API Documentation

RESTful API for accessing Nicholas Gerrer's resume data

Base URL
https://api.nicholasgerrer.dev
Version
v1.0.0
Authentication
Not required

Quick 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/resume

Endpoints

Note: This is a demonstration of resume data presented as API documentation. The endpoints shown here are for illustrative purposes.