diff --git a/sessions/Season-02/0204-ApiPartOne/README.md b/sessions/Season-02/0204-ApiPartOne/README.md index 84b779a..828b291 100644 --- a/sessions/Season-02/0204-ApiPartOne/README.md +++ b/sessions/Season-02/0204-ApiPartOne/README.md @@ -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 @@ -17,4 +19,4 @@ ## Next Time - OpenAPI with Swashbuckle -- gRPC \ No newline at end of file +- gRPC diff --git a/sessions/Season-02/0204-ApiPartOne/src/3-Simplest/ProgramRoutes.cs b/sessions/Season-02/0204-ApiPartOne/src/3-Simplest/ProgramRoutes.cs index 415b9b8..70f0527 100644 --- a/sessions/Season-02/0204-ApiPartOne/src/3-Simplest/ProgramRoutes.cs +++ b/sessions/Season-02/0204-ApiPartOne/src/3-Simplest/ProgramRoutes.cs @@ -36,4 +36,4 @@ // new Person("Joe","Bag O'Donuts") // }; -// } \ No newline at end of file +// }