Releases: chapmankyle/website-api
Releases · chapmankyle/website-api
v2.0.2
v2.0.1
What's New
- Add Booking.com experience
v2.0.0
Complete rewrite
- Hono for API calls
- Bun for package manager
- TypeScript
- Cloudflare Worker
v1.1.0
Update
Convert hosting platform from Heroku to Netlify.
v1.0.5
Update
- Indicate that honours degree was completed in November 2020
v1.0.4
Update
- Description for education
v1.0.3
Add
- Project
dotinito describe the initialization file parser that I wrote
v1.0.2
Add
- Project
website-apito describe the API endpoint created
Update
- Project description for
smath
v1.0.1
Add
- Continuous Integration (CI)
- CI badge to README
Routes 📍
/- Accepts: GET
- Displays a welcome message.
/projects- Accepts: GET, POST
- Returns a list of projects (GET) or adds a project (POST)
/experience- Accepts: GET, POST
- Returns a list of current experience (GET) or adds work experience (POST)
/education- Accepts: GET, POST
- Returns a list of qualifications (GET) or adds a qualification (POST)
v1.0.0
Initial release 🎉
Routes 📍
/- Accepts: GET
- Displays a welcome message.
/projects- Accepts: GET, POST
- Returns a list of projects (GET) or adds a project (POST)
/experience- Accepts: GET, POST
- Returns a list of current experience (GET) or adds work experience (POST)
/education- Accepts: GET, POST
- Returns a list of qualifications (GET) or adds a qualification (POST)