mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-01 15:50:48 +00:00
Run code formatting
This commit is contained in:
@@ -808,8 +808,9 @@ public class GitHub {
|
||||
* @see <a href="https://developer.github.com/v3/meta/#meta">Get Meta</a>
|
||||
*
|
||||
* @return an instance of {@link GHMeta}
|
||||
* @throws IOException if the credentials supplied are invalid or if you're trying to access it as a GitHub App
|
||||
* via the JWT authentication
|
||||
* @throws IOException
|
||||
* if the credentials supplied are invalid or if you're trying to access it as a GitHub App via the JWT
|
||||
* authentication
|
||||
*/
|
||||
public GHMeta getMeta() throws IOException {
|
||||
return retrieve().to("/meta", GHMeta.class);
|
||||
|
||||
Reference in New Issue
Block a user