diff --git a/README.md b/README.md index 3ed8fdd..7936eac 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..32e644a --- /dev/null +++ b/examples/README.md @@ -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 \ No newline at end of file