Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-smits committed Dec 14, 2021
1 parent c5ac26a commit ae01901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Shiplee API

Very simple API implementation that mimics a user in the dashboard the best way possible. Take a look at the examples
folder on how to use this API.
2 changes: 1 addition & 1 deletion examples/create_shipping_label.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
'delivery_date' => '', /* required: the delivery date, format d-m-Y */
'submit' => 'Verzenden',
],
'shiplee_requires_csrf' => true,
'shiplee_requires_csrf' => true, /* required: indicates CSRF token is required in the form parameters */
]);

0 comments on commit ae01901

Please sign in to comment.