Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1007 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 1007 Bytes

Github API Library

=================

Platform API Twitter

Introduction

It's a simple project that includes two modules:

  • Library that encapsulates basic endpoints from GitHub API
  • Android app that uses this library

Maven

It's available in

https://search.maven.org/artifact/com.github.yurivasques/github-library/1.0.1/aar

Maven

Import the library with

implementation 'com.github.yurivasques:github-library:1.0.2'

Then you can use the get and refresh use cases:

  • GetListTag
  • RefreshListTag
  • GetListRepo
  • RefreshListRepo

LICENCE

Github API Library by Yuri Vasques is licensed under a Apache License 2.0.