Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:51:26.000Z (over 3 years ago)
- Last Synced: 2024-10-13T18:50:50.283Z (25 days ago)
- Topics: api-client, devto, golang
- Language: Go
- Homepage: https://docs.dev.to/api/
- Size: 59.6 KB
- Stars: 1
- Watchers: 4
- 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
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
#### Travis CI
[![Build Status](https://travis-ci.org/VictorAvelar/devto-api-go.svg?branch=master)](https://travis-ci.org/VictorAvelar/devto-api-go)#### Scrutinizer
[![Scrutinizer Build Status](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/badges/build.png?b=master)](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/VictorAvelar/devto-api-go/?branch=master)#### Go ecosystem
[![Go Report Card](https://goreportcard.com/badge/github.com/VictorAvelar/devto-api-go)](https://goreportcard.com/report/github.com/VictorAvelar/devto-api-go)
[![GoDoc](https://godoc.org/github.com/VictorAvelar/devto-api-go?status.svg)](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