The documentation has been moved to https://billysbilling.com/api.
Last active
September 3, 2018 00:34
-
-
Save sebastianseilund/7478452 to your computer and use it in GitHub Desktop.
Simple documentation for the beta of API v2. We are working on getting our new real API docs online.
POST to /v2/files works, GET doesn't!
I can upload files fine, however, listing files never works! "Not authorised" to list files when everything is authorised!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sebastian, din php kode indeholder fejl.
$headers[] = "Content-Type: application/json");
burde være:
$headers[] = "Content-Type: application/json";
Den der ) til sidst skaber bare fejl beskeder.