https://github.com/tkitsunai/edinet-go
'edinet-go' is an extended API server built upon the EDINET-API.
https://github.com/tkitsunai/edinet-go
edinet-api golang rest-api
Last synced: 5 months ago
JSON representation
'edinet-go' is an extended API server built upon the EDINET-API.
- Host: GitHub
- URL: https://github.com/tkitsunai/edinet-go
- Owner: tkitsunai
- License: other
- Created: 2018-11-16T14:01:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T02:27:29.000Z (over 2 years ago)
- Last Synced: 2024-03-17T06:25:02.510Z (over 2 years ago)
- Topics: edinet-api, golang, rest-api
- Language: Go
- Homepage:
- Size: 1.51 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/tkitsunai/edinet-go)
# 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](http://disclosure.edinet-fsa.go.jp/).
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](https://disclosure2.edinet-fsa.go.jp/)
### Setup configuration
```bash
mkdir -p ${HOME}/.edinet-go && echo 'apiKey : "xxxx"' > ${HOME}/.edinet-go/.edinet-apikey.yml
```
### Run with Air
```bash
make setup
make run
```
## Test
```bash
make test
```
## Contribution
Fork ➜ Create branch ➜ Commit ➜ Push ➜ Pull Requests
## License
edinet-go is licensed under the [Apache License 2.0](LICENSE).