Octokit v0.0.1 Octokit.Issue

Represents a GitHub issue record.

Summary

Functions

Parses the JSON body of a GitHub API response to construct an Issue structure

Types

t :: %Octokit.Issue{assignee: term, body: term, closed_at: term, closed_by: term, comments: term, created_at: term, labels: term, locked: term, milestone: term, number: term, state: term, title: term, updated_at: term, user: term}

Functions

parse(body)

Specs

parse(String.t) :: t

Parses the JSON body of a GitHub API response to construct an Issue structure.