Skip to content

Commit

Permalink
Split plumber-io. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Nov 27, 2023
1 parent 0c09b6d commit 5186d13
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ book:
- part: part_creating.qmd
chapters:
- plumber-intro.qmd
- plumber-io.qmd
- plumber-input.qmd
- plumber-output.qmd
- plumber-errors.qmd
- plumber-security.qmd
- plumber-test.qmd
- deploy.qmd
Expand Down
2 changes: 1 addition & 1 deletion plumber-io.qmd → plumber-errors.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How can I better control plumber input and output? {#sec-plumber-io}
# How can I handle API errors? {#sec-plumber-errors}

## Introduction

Expand Down
13 changes: 13 additions & 0 deletions plumber-input.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# How can I get inputs from API users? {#sec-plumber-input}

## Introduction

*(introduction will be written \~last)*

### Learning Objectives

After you read this chapter, you will be able to:

### Prerequisites

*(prerequisites will be filled in as I write, if I decide to keep this section)*
13 changes: 13 additions & 0 deletions plumber-output.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# How can I control API output? {#sec-plumber-output}

## Introduction

*(introduction will be written \~last)*

### Learning Objectives

After you read this chapter, you will be able to:

### Prerequisites

*(prerequisites will be filled in as I write, if I decide to keep this section)*

0 comments on commit 5186d13

Please sign in to comment.