Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecaruso committed May 10, 2020
2 parents f04925c + 5c82a94 commit df8dc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ query Query {
}
```

#### Get next free port to a given one in a range
#### Get the next free port to a given one in a range
> **POST** /graphql
```graphql
Expand All @@ -76,23 +76,6 @@ query Query {
#### Get the previous free port to a given one in a range
> **POST** /graphql
```graphql
query Query {
previous(port: 3007, start: 3000, end: 3010, host: "127.0.0.1")
}
```
> **200**
```json
{
"data": {
"next": 3006
}
}
```

#### Get the previous free port to a given one in a range
> **POST** /graphql
```graphql
query Query {
previous(port: 3007, start: 3000, end: 3010, host: "127.0.0.1")
Expand All @@ -112,7 +95,7 @@ query Query {
```graphql
query Query {
random(start: 3000, end: 3010, host: "127.0.0.1")
random(start: 3000, end: 4000, host: "127.0.0.1")
}
```
> **200**
Expand Down
Binary file modified logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df8dc19

Please sign in to comment.