Skip to content
Merged
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
6 changes: 4 additions & 2 deletions sessions/Season-02/0204-ApiPartOne/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Session 0204 - Introducing APIs
# Season 2 - Episode 4: Introducing APIs

The basic interactions between machines are facilitated by the API features of ASP.NET Core. In this session, we'll cover the capabilities provided and how you can start to configure them to make your applications interact with data and servers easier.

## Agenda

Expand All @@ -17,4 +19,4 @@

## Next Time
- OpenAPI with Swashbuckle
- gRPC
- gRPC
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// new Person("Joe","Bag O'Donuts")
// };

// }
// }