https://github.com/victoravelar/devto-api-go
A go client for the dev.to API
https://github.com/victoravelar/devto-api-go
api-client devto golang
Last synced: 6 months ago
JSON representation
A go client for the dev.to API
- Host: GitHub
- URL: https://github.com/victoravelar/devto-api-go
- Owner: VictorAvelar
- License: mit
- Created: 2019-08-31T10:25:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:51:26.000Z (almost 5 years ago)
- Last Synced: 2025-08-14T00:04:52.724Z (6 months ago)
- Topics: api-client, devto, golang
- Language: Go
- Homepage: https://docs.dev.to/api/
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# devto-api-go
A go client for the dev.to API
[](https://opensource.org/licenses/MIT)
#### Travis CI
[](https://travis-ci.org/VictorAvelar/devto-api-go)
#### Scrutinizer
[](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/build-status/master)
[](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/?branch=master)
[](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/?branch=master)
#### Go ecosystem
[](https://goreportcard.com/report/github.com/VictorAvelar/devto-api-go)
[](https://godoc.org/github.com/VictorAvelar/devto-api-go)
## Roadmap
- [x] Base client and configuration
- [x] Articles resource
- [ ] CLI utility
- [ ] Authentication resource
- [ ] Extend the tests suite
- [ ] Provide code examples
## Disclaimer
This library is not an official dev.to API library, but a friendly contribution to the dev.to community