Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Frannsoft edited this page Jun 18, 2016 · 47 revisions

Welcome to the FrannHammer wiki!

Thanks for checking it out.

Getting Started

Live API documentation can be found at the link below.

http://api.kuroganehammer.com/swagger

Web API docs here - These are different from the Swagger docs above. Rather than demoing calls and results, this is the server-side code documentation.

Data.Core docs can be found here. This is the guts of the project. You can use these locally, not everything has web api calls however so you might be responsible for some making any necessary calls yourself right now. Currently, you need to build these in order to use them. Depending on demand, nuget packages might be made available. These libs are all created using C# 6.

Features

This allows consumers to pull back the following types of data from the existing KuroganeHammer.com site:

  • Character details such as image links, color theme from KuroganeHammer.com, descriptions, etc.
  • Movement details such as Weight, Fall Speed, Run Speed, etc.
  • Move details such as active Hitboxes, First Actionable frames, Knockback Growth, etc.

The live docs (above) are a great place to see the full capability.

NOTE: The API is in beta. Changes are being made that could affect public calls. I'll be sure to post those types of changes in this repo. If you have an issue, feel free to open one up on the Issues page or email me at the address in my Profile.

Clone this wiki locally