Skip to content

Commit

Permalink
Update and rename make_an_api_call_meilisearch.md to making_an_hxget_…
Browse files Browse the repository at this point in the history
…request.md
  • Loading branch information
williln authored May 17, 2024
1 parent 60dec85 commit fdf3efa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Making a simple API call to an endpoint with HTMX
# Making a simple `hx-get` request

Disclaimer: I am a real beginner at HTMX but I am trying to learn. Might be some errors in here.

## Use case

As the user types in a search box, the contents of the search box are sent to an API that returns results. The results are rendered appropriately.
As the user types in a search box, the contents of the search box are sent to an endpoint that returns results. The results are rendered appropriately.

```html
<!-- includes/sample.html -->
Expand Down

0 comments on commit fdf3efa

Please sign in to comment.