Skip to content

Commit

Permalink
Modified the README.md and added a README.md for the examples/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Mar 17, 2023
1 parent acb772f commit 63d81cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,6 @@ As this is not the best way to do authentication, you can also create your own A
}
}
```

## Examples
You can find examples in the `examples` folder.
8 changes: 8 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# WebAPI
## Examples

In this folder you can find some examples on how to use WebAPI.

- [Example](./Example.java) - A simple example on how to use WebAPI
- [AuthenticationExample](./AuthenticationExample.java) - An example on how to use the authentication
- [ErrorExample](./ErrorExample.java) - An example on how to use the error handling

0 comments on commit 63d81cd

Please sign in to comment.