8000 GitHub - GitEdCa/PokemonSOAP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GitEdCa/PokemonSOAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonSOAP

SOAP Web Service made in Spring Boot to fetch pokemon data in real time from PokeApi. Currenlty in only has 5 endpoints:

  • abilities
  • base_experience
  • held_items
  • id
  • name
  • location_area_encounters

Each endpoint accepts only one string(pokemon) as request. Every request(ip & method) is being logged into a H2 database.

Testing locally

Check request.xml file as example for a request

In linux we can do the following command to test locally:

   curl --header "Content-Type: text/xml;charset=UTF-8" --data
   @request.xml http://localhost:8080/pokemon/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0