Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0phois/Ragnarok
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu6is committed Dec 19, 2023
2 parents 052ed1b + d483a13 commit 1ef57ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The ngrok client exposes an HTTP API that grants programmatic access to:

# Project Breakdown

### [Ragnarok Agent Api](https://github.com/0phois/Ragnarok/tree/master/Ragnarok.AgentApi)
This project acts as a wrapper for the ngrok agent api. All api endpoints are exposed via the [Ragnarok Client](https://github.com/0phois/Ragnarok/blob/master/Ragnarok.AgentApi/Client/RagnarokClient.Requests.cs), with convenience methods to `connect` and `disconnect` tunnels provided via [client extensions](https://github.com/0phois/Ragnarok/blob/master/Ragnarok.AgentApi/Helpers/Extensions/RagnorokClientExtensions.cs).
### [Ragnarok Agent Api](https://github.com/0phois/Ragnarok/tree/master/src/Ragnarok.AgentApi)
This project acts as a wrapper for the ngrok agent api. All api endpoints are exposed via the [Ragnarok Client](https://github.com/0phois/Ragnarok/blob/master/src/Ragnarok.AgentApi/Client/RagnarokClient.Requests.cs), with convenience methods to `connect` and `disconnect` tunnels provided via [client extensions](https://github.com/0phois/Ragnarok/blob/master/src/Ragnarok.AgentApi/Helpers/Extensions/RagnorokClientExtensions.cs).

For additional details, refer to the [project readme](https://github.com/0phois/Ragnarok/tree/master/Ragnarok.AgentApi)
For additional details, refer to the [project readme](https://github.com/0phois/Ragnarok/tree/master/src/Ragnarok.AgentApi)

### [Ragnarok Hosted Service](https://github.com/0phois/Ragnarok/tree/master/Ragnarok.HostedService)
### [Ragnarok Hosted Service](https://github.com/0phois/Ragnarok/tree/master/src/Ragnarok.HostedService)
This project allows for starting the ngrok client as a [hosted service](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostedservice?view=dotnet-plat-ext-5.0) within your application. This can be beneficial for establishing a public URL during the development process for testing webhooks for exposing your local site to external stakeholders.

For additional details, refer to the [project readme](https://github.com/0phois/Ragnarok/tree/master/Ragnarok.HostedService)
For additional details, refer to the [project readme](https://github.com/0phois/Ragnarok/tree/master/src/Ragnarok.HostedService)

* * *

Expand Down

0 comments on commit 1ef57ae

Please sign in to comment.