Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 683 Bytes

File metadata and controls

34 lines (24 loc) · 683 Bytes

CodeChef-API

A RESTful API for codechef Android App with GO.

Link to CodeChef Android app Github Link

Installation and Run

# Download this project
go get github.com/venkhatesh/CodeChef-API

# API Endpoint : http://127.0.0.1:3000

API

/ongoing

  • GET : Get all ongoing contest

/future

  • GET : Get all Upcoming Contest

/past/{page}

  • GET : Get all Past Contest

Todo

  • Create Past Contest API
  • Create Profile API
  • Create Future Contest API
  • Create Past API
  • Add Pagination to Past Contest API
  • Create Codechef Discuss API
  • Create Proper Project Structure