Skip to content

Commit

Permalink
search-2.0.md finished
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuspugliese committed Feb 5, 2018
1 parent 25c0482 commit c0908be
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/search-2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Primeira Mao Documentation

[Return documentation](https://github.com/life-code/primeira-mao/blob/master/docs/README.md)

## Searchs documentation

```sh
<?php

require('./vendor/autoloSearch.php');

use PrimeiraMao\Searchs\Search;

$search = new Search();

// Searching
// Send an array with the same structure as the official documentation says.
// https://primeiramao.docs.apiary.io/#reference/search-2.0/search/fazendo-consulta
$data = [];
$response = $search->searching($data);

var_dump($response);
die();
```

0 comments on commit c0908be

Please sign in to comment.