Skip to content

Commit

Permalink
$mol_github: enlarge limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
nin--jin committed Nov 1, 2017
1 parent 7e71539 commit 7653a62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions github/entity/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ namespace $ {
return 'PATCH'
}

resource_url() {
const auth = this.$.$mol_github_auth
return `${ this.uri() }?client_id=${ auth.id() }&client_secret=${ auth.secret() }`
}

}

}
5 changes: 5 additions & 0 deletions github/search/issues/issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ namespace $ {
return this.json( undefined , force ).items.map( json => $mol_github_issue.item( json.url ) )
}

resource_url() {
const auth = this.$.$mol_github_auth
return `${ this.uri() }&client_id=${ auth.id() }&client_secret=${ auth.secret() }`
}

}

}

0 comments on commit 7653a62

Please sign in to comment.