Quoteable Service
Menu
Overview
Get started
Prepare your Windows device Prepare your Mac device Make your first request
API reference
Subscribers resource Quotes resource
Tutorials
Create resources Modify subscriber settings Handle errors
GitHub View technical writing portfolio

OVERVIEW

  • About this project
  • Introduction

GET STARTED

  • Prepare your Windows device
  • Prepare your Mac device
  • Make your first request

API REFERENCE

  • Subscribers resource
    • Retrieve all subscribers
    • Retrieve a subscriber by ID
    • Create a subscriber
    • Update a subscriber
    • Replace a subscriber
    • Delete a subscriber
  • Quotes resource
    • Retrieve all quotes
    • Retrieve a quote by ID
    • Create a quote
    • Update a quote
    • Replace a quote
    • Delete a quote

TUTORIALS

  • Create resources
    • Create a subscriber and add their first quote
    • Add a custom quote for a subscriber
    • Retrieve all quotes for a subscriber
  • Modify subscriber settings
    • Update a subscriber's email or mobile number
    • Update a subscriber's quote preferences
    • Modify a subscriber's quote frequency
    • Change a subscriber's quote delivery method
  • Handle errors
    • Implement basic error handling

OVERVIEW

  • About this project
  • Introduction

GET STARTED

  • Prepare your Windows device
  • Prepare your Mac device
  • Make your first request

API REFERENCE

  • Subscribers resource
    • Retrieve all subscribers
    • Retrieve a subscriber by ID
    • Create a subscriber
    • Update a subscriber
    • Replace a subscriber
    • Delete a subscriber
  • Quotes resource
    • Retrieve all quotes
    • Retrieve a quote by ID
    • Create a quote
    • Update a quote
    • Replace a quote
    • Delete a quote

TUTORIALS

  • Create resources
    • Create a subscriber and add their first quote
    • Add a custom quote for a subscriber
    • Retrieve all quotes for a subscriber
  • Modify subscriber settings
    • Update a subscriber's email or mobile number
    • Update a subscriber's quote preferences
    • Modify a subscriber's quote frequency
    • Change a subscriber's quote delivery method
  • Handle errors
    • Implement basic error handling
TUTORIALS / Handle errors

Handle errors

Use this tutorial to practice checking API responses and handling common request errors from the Quoteable Service API.

  • Implement basic error handling

Course project documentation for a mock JSON Server API.