pitakill / rickandmortyapigowrapper

Go Wrapper over https://rickandmortyapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Rick and Morty API Go client

This is a Go wrapper to use the The Rick and Morty API

To get started check the documentation on rickandmortyapi.com

Installation

go get -u github.com/pitakill/rickandmortyapigowrapper

Basic Usage

// Import and rename the package for a easy handle
import rnm "github.com/pitakill/rickandmortyapigowrapper"

// To get the character with id 1
character, err := rnm.GetCharacter(1)

Full Usage

The complete usage is in the example directory

About

Go Wrapper over https://rickandmortyapi.com


Languages

Language:Go 100.0%