Skip to content

Commit c481807

Browse files
authored
Session0204 (#70)
* Started on samples * Completed initial demos and added reference links * Status of the sample projects after stream * Updated
1 parent 8b985c8 commit c481807

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sessions/Season-02/0204-ApiPartOne/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Session 0204 - Introducing APIs
1+
# Season 2 - Episode 4: Introducing APIs
2+
3+
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.
24

35
## Agenda
46

@@ -17,4 +19,4 @@
1719

1820
## Next Time
1921
- OpenAPI with Swashbuckle
20-
- gRPC
22+
- gRPC

sessions/Season-02/0204-ApiPartOne/src/3-Simplest/ProgramRoutes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
// new Person("Joe","Bag O'Donuts")
3737
// };
3838

39-
// }
39+
// }

0 commit comments

Comments
 (0)