Starting from:

$25+

CSE451 gitlaboauth Solved

Gitlab has an api.  Read the documentation and get a basic web 1.0 application working that will list the users projects from gitlab.csi.miamioh.edu.

Documentation: https://docs.gitlab.com/ee/api/ (https://docs.gitlab.com/ee/api/)

An example application is at https://campbest.451.csi.miamioh.edu/cse451-campbest-webpublic/gitlab/index.php (https://campbest.451.csi.miamioh.edu/cse451-campbest-webpublic/gitlab/index.php)

A couple of notes: It is not easy to find the actual url of the API. The documentation uses a nomenclature of GET /users for example. This is incomplete. The entire path to the api is https://gitlab.csi.miamioh.edu/api/v4/  (https://gitlab.csi.miamioh.edu/api/v4/) and then the users would be appended to the end of this.

Submit your code to your gitlab and paste a link to your application here.

More products