Octokit v0.1.0 Octokit.Issue

Represents an Issue.

Summary

Functions

Parses the body of an API response into an Octokit.Issue

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 | Map.t) :: t

Parses the body of an API response into an Octokit.Issue.