I need to write a website to display our team's push info. Now I meet a problem that how to get info form gitlab?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
the type of push infomation is JSON, and what you need to do is to add a URL hook to gitlab,and the url is your API's address. just like:
and then ,click test button to check you API
following is my push_events API, :