Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji authored Jul 22, 2024
1 parent ae3faf0 commit 29e12ae
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions gorilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Golang Gorilla Mux SDK

[![APItoolkit SDK](https://img.shields.io/badge/APItoolkit-SDK-0068ff?logo=go)](https://github.com/topics/apitoolkit-sdk) [![Join Discord Server](https://img.shields.io/badge/Chat-Discord-7289da)](https://apitoolkit.io/discord?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![APItoolkit Docs](https://img.shields.io/badge/Read-Docs-0068ff)](https://apitoolkit.io/docs/sdks/golang?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![GoDoc](https://godoc.org/github.com/apitoolkit/apitoolkit-go?status.svg)](https://godoc.org/github.com/apitoolkit/apitoolkit-go/main/tree/gorilla)
[![APItoolkit SDK](https://img.shields.io/badge/APItoolkit-SDK-0068ff?logo=go)](https://github.com/topics/apitoolkit-sdk) [![Join Discord Server](https://img.shields.io/badge/Chat-Discord-7289da)](https://apitoolkit.io/discord?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![APItoolkit Docs](https://img.shields.io/badge/Read-Docs-0068ff)](https://apitoolkit.io/docs/sdks/golang?utm_campaign=devrel&utm_medium=github&utm_source=sdks_readme) [![GoDoc](https://godoc.org/github.com/apitoolkit/apitoolkit-go?status.svg)](https://godoc.org/github.com/apitoolkit/apitoolkit-go/gorilla)

APItoolkit is an end-to-end API and web services management toolkit for engineers and customer support teams. To integrate your Golang application with APItoolkit, you need to use this SDK to monitor incoming traffic, aggregate the requests, and then deliver them to the APItoolkit's servers.

Expand All @@ -30,7 +30,19 @@ Kindly run the command below to install the SDK:
go get github.com/apitoolkit/apitoolkit-go/gorilla
```

Then add `github.com/apitoolkit/apitoolkit-go/gorilla` to the list of dependencies like so:
Then add `github.com/apitoolkit/apitoolkit-go/gorilla` to the list of dependencies, like so:

```go
package main

import (
apitoolkit "github.com/apitoolkit/apitoolkit-go/gorilla"
)
```

## Configuration

Next, initialize APItoolkit in your application's entry point (e.g., `main.go`) like so:

```go
package main
Expand Down Expand Up @@ -84,7 +96,7 @@ To contribute to the development of this SDK or request help from the community

## License

This repository is published under the [MIT](LICENSE) license.
This repository is published under the [MIT](../LICENSE) license.

---

Expand Down

0 comments on commit 29e12ae

Please sign in to comment.