Update clients.md

This commit is contained in:
Travis Reeder
2017-10-19 13:43:59 +02:00
committed by GitHub
parent aeed40d653
commit 7e5919432e

View File

@@ -1,19 +1,22 @@
# Client Libraries
## Language Wrappers to help writing functions
## Function Developer Kits - FDKs
Language wrappers to help write functions:
* [Java](https://github.com/fnproject/fdk-java)
* [Go](https://github.com/fnproject/fdk-go)
* [Java](https://github.com/fnproject/fdk-java)
* [Python](https://github.com/fnproject/fdk-python)
* [Ruby](https://github.com/fnproject/fdk-ruby)
## Clients for the API
## Client libraries for using the API
* [Elixir](https://github.com/fnproject/fn_elixir)
* [Go](https://github.com/fnproject/fn_go)
* [Java](https://github.com/fnproject/fn_java)
* [Ruby](https://github.com/fnproject/fn_ruby)
* [JavaScript](https://github.com/fnproject/fn_js)
* [Python](https://github.com/fnproject/fn_python)
* [Ruby](https://github.com/fnproject/fn_ruby)
* [PHP](https://github.com/fnproject/fn_php)
* [Elixir](https://github.com/fnproject/fn_elixir)
* [Python](https://github.com/fnproject/fn_python)
If we're missing your language, please create an issue and we'll try to get it made.