mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Adding java to list of fn_{} bindings (#588)
This commit is contained in:
committed by
Reed Allman
parent
b0937f236f
commit
a7763a6668
@@ -41,7 +41,7 @@ languages = nil
|
||||
if only
|
||||
languages = [only]
|
||||
else
|
||||
languages = ['go', 'ruby', 'php', 'python', 'elixir', 'javascript'] # JSON.parse(HTTP.get("https://generator.swagger.io/api/gen/clients", ssl_context: ctx).body)
|
||||
languages = ['go', 'ruby', 'php', 'python', 'elixir', 'javascript', 'java'] # JSON.parse(HTTP.get("https://generator.swagger.io/api/gen/clients", ssl_context: ctx).body)
|
||||
end
|
||||
languages.each do |l|
|
||||
puts "\nGenerating client for #{l}..."
|
||||
|
||||
Reference in New Issue
Block a user