Skip to content

PokeWrapper for Delphi developed by Samuel Elias Parastchuk

Notifications You must be signed in to change notification settings

devsa707/PokeWrapper4D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Logo

A Wrapper for Poke API - pokeapi.co.

How to use:

Import the source files to your project or add in your IDE (Tools>Options>Language>Delphi>Library>LibraryPath)

Example:

var
  LPokemonEntity : TPokemonEntity;
Begin
    LPokemonEntity := TPokemonEntity.create;
    TPokeFactory.New(TPokemon.Pokemon).GetAsEntity(LPokemonEntity,'bulbasaur');
    Writeln(LPokemonEntity.name);
end;

pokemon-birds

Dependencies: delphimvcframework

About

PokeWrapper for Delphi developed by Samuel Elias Parastchuk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages