Skip to content

Commit

Permalink
1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Apr 8, 2024
1 parent e61ee8a commit 762da13
Show file tree
Hide file tree
Showing 41 changed files with 1,092 additions and 31 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Example/Package.swift → Example/Petstore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var package = Package(
.library(name: "PetStoreWithMacros", targets: ["PetStoreWithMacros"]),
],
dependencies: [
.package(path: "../"),
.package(path: "../../"),
],
targets: [
.target(
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Example/Search/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Search

This application demonstrates how to build a search feature in the swift-api-client:

* Typing into the search field executes an API request to search for locations.
* Tapping a location runs another API request to fetch the weather for that location, and when a response is received the data is displayed inline in that row.
Loading

0 comments on commit 762da13

Please sign in to comment.