Documentation
¶
Overview ¶
Package api provides low-level functionality to interact with the PushBits API.
Index ¶
- func Delete(base, endpoint, proxy, username, password string) (interface{}, error)
- func Get(base, endpoint, proxy, username, password string) (interface{}, error)
- func Post(base, endpoint, proxy, username, password string, data interface{}) (interface{}, error)
- func Put(base, endpoint, proxy, username, password string, data interface{}) (interface{}, error)
- func Request(base, endpoint, method, proxy, username, password string, hasBody bool, ...) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.