Skip to content

Commit

Permalink
updating the examples to reflect the new filename
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Jan 3, 2016
1 parent 3d96588 commit 9bcf96f
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 22 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/authenticate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

/**
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-assemble.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-doctors.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-filter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/characters-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/comics-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/comics-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/comics-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/creators-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/creators-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/creators-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/events-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/events-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/events-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/series-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/series-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/series-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/stories-index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/stories-load.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down
2 changes: 1 addition & 1 deletion examples/stories-subresources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

include_once '../creds.php';
include_once '../credentials.php';
include_once '../vendor/autoload.php';

$client = new \Marvel\Client($public_key, $private_key);
Expand Down

0 comments on commit 9bcf96f

Please sign in to comment.