https://github.com/byjpr/plug_resource_from_request
simply get a resource from header or url params and store it in private
https://github.com/byjpr/plug_resource_from_request
Last synced: about 2 months ago
JSON representation
simply get a resource from header or url params and store it in private
- Host: GitHub
- URL: https://github.com/byjpr/plug_resource_from_request
- Owner: byjpr
- License: agpl-3.0
- Created: 2021-07-16T10:54:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T01:10:40.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T05:14:48.860Z (about 1 year ago)
- Language: Elixir
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlugResourceFromRequest
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `plug_resource_from_request` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:plug_resource_from_request, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/plug_resource_from_request](https://hexdocs.pm/plug_resource_from_request).