slumber

package module
v0.0.0-...-2d31e50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2015 License: MIT Imports: 1 Imported by: 0

README

go-slumber

🔧 Port of Python's slumber library in Golang -- (RESTful API library)

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Slumber

type Slumber struct {
	Base string
}

func New

func New(base string) *Slumber
Example
slumber := New("http://example.org/")
fmt.Println(slumber.Base)
Output:

http://example.org/

func (*Slumber) Child

func (s *Slumber) Child(resource string) *Slumber

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL