Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
854 changes: 854 additions & 0 deletions _cookbook/api-best-practices.md

Large diffs are not rendered by default.

449 changes: 449 additions & 0 deletions _cookbook/building-a-complex-interface.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _cookbook/building-a-simple-interface.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Building a Simple Interface - TPEN Cookbook
description: The start of anything.
title: Building a Simple Interface
description: Learn the foundational patterns for creating TPEN interfaces with authentication and basic API usage.
author: <cubap@slu.edu>
layout: default
tags: [tpen, api, javascript, interface]
layout: recipe
tags: [tpen, api, javascript, interface, getting-started]
---

## Use Case
Expand Down
Loading