Skip to content

hackfrag/FFXIV-Lodestone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFXIV-Lodestone

!!! EARLY DEVELOPMENT STAGE !!!

FFXIV-Lodestone for iOS

Features

  • Search Characters
  • Find Characters By Id

TODO

  • Retrieve a Linkshell from Lodestone
  • Retrieve a Free Company from Lodestone

EXAMPLE

Searching

    [[FFLodestone sharedInstance] searchCharacterWithName:@"Hackfrag" worldName:nil classjob:nil completionHandler:^(NSArray *characters, NSError *error) {
        NSLog(@"%@", characters);
    }];

Fetching

    [[FFLodestone sharedInstance] fetchCharacterWithId:@"1674571" completionHandler:^(FFCharacter *character, NSError *error) {
        NSLog(@"%@", character);
    }];

About

FFXIV-Lodestone for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published