Commit graph

57 commits

Author SHA1 Message Date
ea30f70fc3
Bumps Packagist as a workaround for the Forgejo [webhook issue](https://codeberg.org/forgejo/forgejo/issues/2329) 2024-02-12 12:38:53 +01:00
1a659a1bd9
Validate Forgejo webhook issue 2024-02-12 12:32:52 +01:00
2f015ccbd6
Test Forgejo webhook issue 2024-02-12 12:31:57 +01:00
6e47d2138b
Update version number 2024-02-12 11:40:01 +01:00
5180bf1d38
Clean & reformat code 2024-02-12 11:28:56 +01:00
9e323171fd
Adds missing endpoints 2024-02-12 11:27:28 +01:00
f2dfcba6ce
Initial commit 2024-02-12 10:46:19 +01:00
Christian Bönning
0d1b5231ae
Add Class for IPAM > ASN 2023-02-15 18:18:56 +01:00
Christian Bönning
61163df64a Add Support for partial updates more broadly 2022-06-02 12:56:07 +02:00
Christian Bönning
9a5bb016bc Add Support for PATCH method
For now implementation is done in Prefixes only, more to come.
2022-06-01 14:46:47 +02:00
Christian Bönning
025a7edacb Refactor Package to be Standalone 2022-05-31 12:56:36 +02:00
dgauthier
5b0834a3ba avoid loop when deleting a resource 2021-10-27 14:14:25 -04:00
Kristoffer Bylund
0e4b722b85 Changed from form data to JSON when posting since NetBox expects JSON 2021-08-19 12:54:08 +02:00
Tony Roy
eeb904a9a0 replaced all panels mentions with sites 2021-03-13 15:27:29 -04:00
Tony Roy
01e428716c add missing abstract class in api classes 2021-03-13 15:02:50 -04:00
Tony Roy
0df9b15379 Updated readme, install and other documentation, changed panel() to site() since it makes more sense that way with netbox. started fixing authentication, hostfact had a login method, but netbox does not, but the user model provides a password that we can authenticate against. 2021-03-13 14:34:15 -04:00
Tony Roy
82dd6ddb5b
Update Clusters.php
fixed typo
2021-03-13 11:01:36 -04:00
Tony Roy
a546d49221 completed documentation and fixed a few typos while reviewing 2021-03-13 09:56:03 -04:00
Tony Roy
805e3459a0
Delete Ip.php 2021-03-12 23:43:53 -04:00
Tony Roy
435e550e70 Merge branch 'master' of https://github.com/wickedsoft/laravel-netbox 2021-03-12 23:38:22 -04:00
Tony Roy
f80e0692cd finished all models and split them into folders to avoid dupes 2021-03-12 23:37:51 -04:00
Tony Roy
e21d7ebcda
Update ConnectedDevices.php 2021-03-12 17:35:26 -04:00
Tony Roy
e2cc424516 Fixed typo in client.php 2021-03-12 17:26:25 -04:00
Tony Roy
80dc580e75 Finished DCMI portion. 2021-03-12 17:20:32 -04:00
Tony Roy
278c3b8904 supplying url in requests 2021-03-12 16:15:17 -04:00
Tony Roy
c3902286a6 fixed http methods in client 2021-03-12 16:11:06 -04:00
Tony Roy
a42effc0e1 fixed asbtract api typos. 2021-03-12 15:57:29 -04:00
Tony Roy
aa440c9a76 removed apikey from parameters in the abstractapi 2021-03-12 15:40:42 -04:00
Tony Roy
e79dbad95c fixed httpclientinterface class 2021-03-12 15:30:26 -04:00
Tony Roy
0184bb81dc worked on http client's post, get, put and delete requests 2021-03-12 15:26:05 -04:00
Tony Roy
ed5e198b31
Create HttpClient.php 2021-03-12 14:19:00 -04:00
Tony Roy
f88b9b52c6
Update HttpClientInterface.php 2021-03-12 14:11:59 -04:00
Tony Roy
b9215b2fb6
Update HttpClient.php 2021-03-12 10:34:50 -04:00
Tony Roy
61716c22c1
Update HttpClientInterface.php 2021-03-11 23:22:28 -04:00
Tony Roy
f4b07b31a4
Update HttpClientInterface.php 2021-03-11 23:02:11 -04:00
Tony Roy
cd12c4b51c
Update HttpClient.php 2021-03-11 23:01:52 -04:00
Tony Roy
039733e9f3
Update AbstractApi.php 2021-03-11 23:01:10 -04:00
Tony Roy
2fbd9ab040
Update Ip.php
push changes that didnt come through from test env
2021-03-11 23:00:11 -04:00
Tony Roy
76759d8e53
Update Ip.php 2021-03-11 22:04:24 -04:00
Tony Roy
b7dd5c35f0
Update Client.php
removed classes that were not there yet.
2021-03-11 21:18:06 -04:00
Tony Roy
8bc5deb42f
Update ServiceProvider.php
fixed left over hostfact artifact
2021-03-11 21:13:31 -04:00
Tony Roy
b2152be0c8
Update AbstractApi.php 2021-03-11 10:10:18 -04:00
Tony Roy
074adbbd91
Update Ip.php 2021-03-11 10:01:28 -04:00
Tony Roy
e5aa34f661
Create Ip.php 2021-03-10 18:53:16 -04:00
Tony Roy
6ceac5409d
Create ApiInterface.php 2021-03-10 18:41:26 -04:00
Tony Roy
a4f1ff7346
Create AbstractApi.php 2021-03-10 18:40:36 -04:00
Tony Roy
3557ffd2e2
Create User.php 2021-03-10 18:38:56 -04:00
Tony Roy
2488a0d6a6
Create ClientInterface.php 2021-03-10 18:36:01 -04:00
Tony Roy
d227f82fea
Create HttpClientInterface.php 2021-03-10 18:35:13 -04:00
Tony Roy
f01edb01ed
Create HttpClient.php 2021-03-10 18:34:24 -04:00