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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For more information about the book, visit [learningapistyles.com](https://lear
| 2. API Design | |
| 3. [Network](./src/network/README.md) | [![src/network](https://github.com/ldynia/learning-api-styles/actions/workflows/src-network-tests.yaml/badge.svg)](https://github.com/ldynia/learning-api-styles/actions/workflows/src-network-tests.yaml) |
| 4. [Web Protocols](./src/http/README.md) | [![src/http](https://github.com/ldynia/learning-api-styles/actions/workflows/src-http-tests.yaml/badge.svg)](https://github.com/ldynia/learning-api-styles/actions/workflows/src-http-tests.yaml) |
| [Application Design](./src/django/docs/APP-DESIGN.asciidoc) | Bonus chapter not present in the book |
| 5. [REST](./src/django/docs/REST.md) | [![src/django rest](https://github.com/ldynia/learning-api-styles/actions/workflows/src-rest-tests.yaml/badge.svg)](https://github.com/ldynia/learning-api-styles/actions/workflows/src-rest-tests.yaml) |
| 6. [GraphQL](./src/django/docs/GRAPHQL.md) | [![src/django graphql](https://github.com/ldynia/learning-api-styles/actions/workflows/src-graphql-tests.yaml/badge.svg)](https://github.com/ldynia/learning-api-styles/actions/workflows/src-graphql-tests.yaml) |
| 7. [Web Feeds](./src/django/docs/WEB-FEEDS.md) | [![src/django atom](https://github.com/ldynia/learning-api-styles/actions/workflows/src-atom-tests.yaml/badge.svg)](https://github.com/ldynia/learning-api-styles/actions/workflows/src-atom-tests.yaml) |
Expand Down
3 changes: 3 additions & 0 deletions src/django/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Weather Forecast Service

The weather forecast service (WFS) is a Django-based application that provides various APIs to access weather data.

More information about the application's design can be found in [Application Design](./docs/APP-DESIGN.asciidoc).

The following are [C4](https://c4model.com/) diagrams of WFS.

###### C4 Context Diagram
Expand Down
Loading