https://github.com/vulcan-dev/teardown-api-cmd
Teardown API for Commandline Based Applications
https://github.com/vulcan-dev/teardown-api-cmd
api-documentation teardown teardowngame xml-parsing
Last synced: 4 months ago
JSON representation
Teardown API for Commandline Based Applications
- Host: GitHub
- URL: https://github.com/vulcan-dev/teardown-api-cmd
- Owner: vulcan-dev
- Created: 2021-09-23T20:07:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T12:01:19.000Z (over 3 years ago)
- Last Synced: 2024-12-31T21:23:09.309Z (6 months ago)
- Topics: api-documentation, teardown, teardowngame, xml-parsing
- Language: Go
- Homepage:
- Size: 902 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Commands
> Help [Displays List of Commands]
> List [Displays All Functions]
> Search [Search for a Function (Alias: find)]
> Doc [Display Documentation for Function]
> Download [Download the API for Offline Use]## Screenshots
## Building
> go build -ldflags "-s -w" -o ./build/api.exe ./## Updates
# 1.3.3
> Ability to use the API without downloading
> Added command 'download'
> Improved Formatting
> Online/Offline Status# 1.3.2
> Fixed GetXML() not getting the latest version
> Removed console logging for the api file
> Updated version
> GetXML now deletes the old API xml# 1.2.0
> Improved Visuals# < 1.2
> Initial Release & Bug Fixes