koshigoe / brick_ftp

I recommend official SDK: https://github.com/Files-com/files-sdk-ruby
MIT License
17 stars 4 forks source link

Find official SDK and retire this repository #126

Open koshigoe opened 5 years ago

koshigoe commented 5 years ago

Per-Language SDKs

SDKs in Ruby and PHP are available for download using the typical package manager for each language.

It is our goal to create new language SDKs. Please reach out to us and let us know your language of choice, so we can prioritize getting you an SDK in your language.

We already have plans to release SDKs in DotNet (C#), Elixir, Go, Java, Javascript/Node, and Python.

https://developers.files.com/#user-api-keys

Example of authenticating with an API key

Files.api_key = 'YOUR_API_KEY'

# Alternatively, you can specify the API key on a per-request basis in the final parameter to any method or initializer.
Files::User.new(params, api_key: 'YOUR_API_KEY')

TODO

pierreyves-lebrun commented 5 years ago

Thanks for your work nonetheless, it's been very useful to my company!

bombino commented 4 years ago

Hi! Sorry, our official SDK had been in beta for the last few months. It is now published!

You can find the official Files.com Ruby SDK here:

https://github.com/Files-com/files-sdk-ruby https://rubygems.org/gems/files.com

pierreyves-lebrun commented 4 years ago

Hi! Sorry, our official SDK had been in beta for the last few months. It is now published!

You can find the official Files.com Ruby SDK here:

https://github.com/Files-com/files-sdk-ruby https://rubygems.org/gems/files.com

That’s excellent news, thanks for the link! By the way, is there any ETA for the NodeJs based client?

bombino commented 4 years ago

Hi!

We have officially published our Node SDK. You can find it here:

https://www.npmjs.com/package/files.com https://github.com/Files-com/files-sdk-javascript

pierreyves-lebrun commented 4 years ago

Hi!

We have officially published our Node SDK. You can find it here:

https://www.npmjs.com/package/files.com https://github.com/Files-com/files-sdk-javascript

Wow, that is excellent! Thanks for the notice!