Commit Graph

17 Commits

Author SHA1 Message Date
dcc8a2aac8 feat: Add issues endpoint 2020-01-20 07:59:23 +01:00
53c5c232d2 feat: Add users endpoint 2020-01-19 16:10:21 +01:00
5c2450116b feat: Add user endpoint 2020-01-19 15:53:23 +01:00
6e6b0b6a29 feat: Add organizations endpoint 2020-01-19 14:57:54 +01:00
d527b06af7 feat: Run API call as another user 2020-01-19 12:40:08 +01:00
eeb2655889 feat: add further Repo endpoints 2020-01-19 12:39:52 +01:00
bfb83eb719 feat: Add repo mirror-sync endpoint 2020-01-19 11:05:11 +01:00
e9636cc070 fix: Fix query handling 2020-01-19 11:04:51 +01:00
ed75790103 feat: Move methods to trait 2020-01-19 11:04:36 +01:00
e56e4e6bf1 fix: Optimize repo update endpoint 2020-01-18 09:50:45 +01:00
6993ac7c59 feat: Create Admin-Endpoint
Creates Admin endpoint with all API methods.
2020-01-18 09:19:17 +01:00
09416c4ce1 fix: Filter only null values
Creates an AbstractEndpoint to provide a method
to filter only `null` values.
2020-01-18 09:18:45 +01:00
1b66abe535 feat: Add other miscellaneous endpoints 2020-01-17 17:46:35 +01:00
95e565d6a0 feat: Add miscellaaneous endpoint 2020-01-17 16:32:50 +01:00
774c0ff8bf feat: Change endpoint calls
Change the endpoint call so that there is an autocompletion.
2020-01-17 16:32:02 +01:00
8461d6f68d feat: Add further endpoints
Adds further endpoints and adds an overview in readme.
2020-01-17 14:22:04 +01:00
5aaff48c99 feat: Add basic client and first basic endpoint
Adds the client with first basic authentication and
the first endpoint `repositories` with first method.
2020-01-17 08:38:49 +01:00