Skip to content

A small library that converts CCP xml API responses to json

License

Notifications You must be signed in to change notification settings

femaref/xmljsonproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A small library that converts CCP xml API responses to json.

Usage

As a library

Use either xmljsonproxy.Transform (if you have a io.Reader) or xmljsonproxy.TransformString (if you have a string) to transform xml to json.

As a proxy

Run the binary, and change your endpoint from https://api.eveonline.com to http://localhost:9293.

You can overwrite the port with the $PORT environment variable, as well as the endpoint url with $CCPENDPOINT.

About

A small library that converts CCP xml API responses to json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages