Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.37 KB

build status Go Report Card

edinet-go

"edinet-go" is an extended API server built upon the EDINET-API. Instead of merely encompassing the standard features of the EDINET-API, it aims to provide users with a more user-friendly experience through enhanced functionality.

Disclaimer: This is not an official edinet product. It is not and will not be maintained by EDINET, and is not part of EDINET-API project. There is no guarantee of any kind, including that it will work or continue to work, or that it will supported in any way.

The wrapping EDINET-API. edinet-go has and own extension function.

Run a edinet-go

EDINET-API requires the issue of an API key. Please check the official website for how to issue API key. Refs

Setup configuration

mkdir -p ${HOME}/.edinet-go && echo 'apiKey : "xxxx"' > ${HOME}/.edinet-go/.edinet-apikey.yml

Run with Air

make setup
make run

Test

make test

Contribution

Fork ➜ Create branch ➜ Commit ➜ Push ➜ Pull Requests

License

edinet-go is licensed under the Apache License 2.0.