Commit graph

82 commits

Author SHA1 Message Date
bf928b746a
Bump version for packagist auto-update. 3.1.4 2024-03-30 15:17:27 +01:00
f7ee69cb6c
Adds badges 2024-02-12 14:23:54 +01:00
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 3.1.2 2024-02-12 12:32:52 +01:00
2f015ccbd6
Test Forgejo webhook issue 2024-02-12 12:31:57 +01:00
c8284674f4
Fixes PSR-4 namespace 2024-02-12 12:25:25 +01:00
6e47d2138b
Update version number 3.1.1 2024-02-12 11:40:01 +01:00
5180bf1d38
Clean & reformat code 3.1.0 2024-02-12 11:28:56 +01:00
9e323171fd
Adds missing endpoints 2024-02-12 11:27:28 +01:00
ace365f89e
Modernize versions 3.0.0 2024-02-12 10:49:36 +01:00
f2dfcba6ce
Initial commit 2024-02-12 10:46:19 +01:00
Christian Bönning
0d1b5231ae
Add Class for IPAM > ASN v2.3.0 2023-02-15 18:18:56 +01:00
Christian Bönning
e4aff09750
Allow Guzzle 7.x v2.2.0 2023-01-03 17:21:32 +01:00
Christian Bönning
61163df64a Add Support for partial updates more broadly v2.1.0 2022-06-02 12:56:07 +02:00
Christian Bönning
9a5bb016bc Add Support for PATCH method v2.0.1
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 v2.0.0 2022-05-31 12:56:36 +02:00
Tony Roy
0a9492699d
Merge pull request #4 from gaud2029/master
avoid loop when deleting a resource
2021-10-27 15:58:49 -03:00
dgauthier
5b0834a3ba avoid loop when deleting a resource 2021-10-27 14:14:25 -04:00
Tony Roy
fc90cd9505
Merge pull request #2 from kribyl/master
Changed from form data to JSON when posting since NetBox expects JSON
2021-08-19 09:24:06 -03: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
e4889954a8
Update README.md v1.0.6 2021-03-13 15:34:45 -04:00
Tony Roy
4e06ac3051
Update README.md 2021-03-13 15:33:22 -04:00
Tony Roy
eeb904a9a0 replaced all panels mentions with sites v1.0.5 2021-03-13 15:27:29 -04:00
Tony Roy
01e428716c add missing abstract class in api classes v1.0.4 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. v1.0.3 2021-03-13 14:34:15 -04:00
Tony Roy
fee417f8bc
Update README.md 2021-03-13 13:54:13 -04:00
Tony Roy
fa92a15844
Create INSTALL.md 2021-03-13 13:47:14 -04:00
Tony Roy
5251a5e5c6
Update README.md 2021-03-13 13:44:05 -04:00
Tony Roy
0a9beaad11
Update README.md 2021-03-13 13:43:25 -04:00
Tony Roy
c9c2ac5428
Create CHANGELOG.md 2021-03-13 13:17:38 -04:00
Tony Roy
28866d938c
Update README.md 2021-03-13 13:03:49 -04:00
Tony Roy
bb9f5b27bb
Update README.md 2021-03-13 13:03:17 -04:00
Tony Roy
ea2fecb651
Update README.md 2021-03-13 13:00:10 -04:00
Tony Roy
82dd6ddb5b
Update Clusters.php v1.0.2
fixed typo
2021-03-13 11:01:36 -04:00
Tony Roy
a546d49221 completed documentation and fixed a few typos while reviewing v1.0.1 2021-03-13 09:56:03 -04:00
Tony Roy
5a69d2c2d9
Update README.md 2021-03-13 08:21:29 -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 v1.0.0 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 v0.2.1 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. v0.2.0 2021-03-12 17:20:32 -04:00
Tony Roy
278c3b8904 supplying url in requests v0.1.11 2021-03-12 16:15:17 -04:00
Tony Roy
c3902286a6 fixed http methods in client v0.1.10 2021-03-12 16:11:06 -04:00
Tony Roy
a42effc0e1 fixed asbtract api typos. v0.1.9 2021-03-12 15:57:29 -04:00
Tony Roy
aa440c9a76 removed apikey from parameters in the abstractapi v0.1.8 2021-03-12 15:40:42 -04:00
Tony Roy
e79dbad95c fixed httpclientinterface class v0.1.7 2021-03-12 15:30:26 -04:00
Tony Roy
0184bb81dc worked on http client's post, get, put and delete requests v0.1.6 2021-03-12 15:26:05 -04:00
Tony Roy
27ca9c1ef9
Update netbox.php 2021-03-12 14:21:23 -04:00
Tony Roy
ed5e198b31
Create HttpClient.php 2021-03-12 14:19:00 -04:00