Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Add DefaultShell as required by #69 #106

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2018

  1. Add DefaultShell as required by ipfs#69

    Your Name committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    22e2ede View commit details
    Browse the repository at this point in the history
  2. use sync.Once to obtain default shell

    add functions to obtain new shells from environmental variables, default gateway and the default api file.
    B YI committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    a48d7d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. reuse NewLocalShell, add DefautlShell

    Try to reuse NewLocalShell to return a local Shell
    add DefaultShell to return a shell from default api address
    add test functions to NewLocalShell, DefaultShell and TryNewShell
    B YI committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    ede2fd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Merge branch 'master' of https://github.com/ipfs/go-ipfs-api into def…

    …aultshell
    B YI committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    921c4e1 View commit details
    Browse the repository at this point in the history