"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.
EDINET-API requires the issue of an API key. Please check the official website for how to issue API key. Refs
mkdir -p ${HOME}/.edinet-go && echo 'apiKey : "xxxx"' > ${HOME}/.edinet-go/.edinet-apikey.yml
make setup
make run
make test
Fork ➜ Create branch ➜ Commit ➜ Push ➜ Pull Requests
edinet-go is licensed under the Apache License 2.0.