mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Client generator update (#262)
* Generated a bunch of clients. * Builds go client. * Removed test line. * Changed dependencies to fnproject/fn_go * Fix tests.
This commit is contained in:
17
docs/developers/clients.md
Normal file
17
docs/developers/clients.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Client Libraries
|
||||
|
||||
## Language Wrappers to help writing functions
|
||||
|
||||
* [Java](https://github.com/fnproject/fn-java-fdk)
|
||||
|
||||
## Clients for the API
|
||||
|
||||
* [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)
|
||||
* [PHP](https://github.com/fnproject/fn_php)
|
||||
* [Elixir](https://github.com/fnproject/fn_elixir)
|
||||
|
||||
If we're missing your language, please create an issue and we'll try to get it made.
|
||||
Reference in New Issue
Block a user