ffxiv

package module
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 9 Imported by: 1

README

ffxiv

Godoc Report Tests Coverage Sponsor

Final Fantasy XIV character data API.

Style

Please take a look at the style guidelines if you'd like to make a pull request.

Sponsors

Cedric Fung Scott Rayapoullé Eduard Urbach
Cedric Fung Scott Rayapoullé Eduard Urbach

Want to see your own name here?

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCharacterID

func GetCharacterID(nick string, server string) (string, error)

GetCharacterID fetches the first found character ID for the given nick and server.

Types

type Character

type Character struct {
	Nick       string
	Server     string
	DataCenter string
	Class      string
	Level      int
	ItemLevel  int
}

Character represents a Final Fantasy XIV character.

func GetCharacter

func GetCharacter(id string) (*Character, error)

GetCharacter fetches character data for a given character ID.

Jump to

Keyboard shortcuts

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