nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
240 stars 91 forks source link

Add created_at field to Users model #108

Closed jupjohn closed 2 years ago

jupjohn commented 3 years ago

This PR aims to export the created_at field from the GET/PUT /users endpoint in the User object. Currently there is no way to fetch that date unless the raw JSON object is deserialized and the date is extracted from there.

Currently blocks https://github.com/Chatterino/api/issues/132

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1019368926


Totals Coverage Status
Change from base Build 1018509981: 0.0%
Covered Lines: 1052
Relevant Lines: 1089

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1019638926


Totals Coverage Status
Change from base Build 1018509981: 0.0%
Covered Lines: 1052
Relevant Lines: 1089

💛 - Coveralls