Skip to content

ifyoudieincanada/user_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserClient

A client to interact with UserService.

Installation

If available in Hex, the package can be installed as:

  1. Add user_client to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:user_client, git: "https://github.com/ifyoudieincanada/user_client.git"}]
end
```
  1. Ensure user_client is started before your application:
```elixir
def application do
  [applications: [:user_client]]
end
```
  1. Add url environment variable to config/config.exs
```elixir
config :user_client,
  url: System.get_env("USER_SERVICE_URL")
```

About

Network/UserClient for the Social Network API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages