osdn-client 0.0.20160711 → 0.0.20161003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -11
  3. data/docs/DefaultApi.md +3 -3
  4. data/docs/ProjectApi.md +1 -1
  5. data/docs/ProjectFrsApi.md +1 -1
  6. data/docs/ProjectNewsApi.md +1 -1
  7. data/docs/UserApi.md +1 -1
  8. data/lib/osdn-client.rb +3 -3
  9. data/lib/osdn-client/api/default_api.rb +5 -5
  10. data/lib/osdn-client/api/project_api.rb +3 -3
  11. data/lib/osdn-client/api/project_frs_api.rb +3 -3
  12. data/lib/osdn-client/api/project_news_api.rb +3 -3
  13. data/lib/osdn-client/api/user_api.rb +3 -3
  14. data/lib/osdn-client/api_client.rb +3 -3
  15. data/lib/osdn-client/api_error.rb +3 -3
  16. data/lib/osdn-client/configuration.rb +4 -4
  17. data/lib/osdn-client/models/group.rb +3 -3
  18. data/lib/osdn-client/models/group_tool_flags.rb +3 -3
  19. data/lib/osdn-client/models/news.rb +3 -3
  20. data/lib/osdn-client/models/package.rb +3 -3
  21. data/lib/osdn-client/models/pong.rb +3 -3
  22. data/lib/osdn-client/models/rel_file.rb +3 -3
  23. data/lib/osdn-client/models/release.rb +3 -3
  24. data/lib/osdn-client/models/simple_chamber.rb +3 -3
  25. data/lib/osdn-client/models/simple_group.rb +3 -3
  26. data/lib/osdn-client/models/simple_user.rb +3 -3
  27. data/lib/osdn-client/models/skill.rb +3 -3
  28. data/lib/osdn-client/models/token.rb +3 -3
  29. data/lib/osdn-client/models/user.rb +3 -3
  30. data/lib/osdn-client/version.rb +4 -4
  31. data/osdn-client.gemspec +6 -6
  32. data/spec/api/default_api_spec.rb +4 -4
  33. data/spec/api/project_api_spec.rb +3 -3
  34. data/spec/api/project_frs_api_spec.rb +3 -3
  35. data/spec/api/project_news_api_spec.rb +3 -3
  36. data/spec/api/user_api_spec.rb +3 -3
  37. data/spec/api_client_spec.rb +3 -3
  38. data/spec/configuration_spec.rb +3 -3
  39. data/spec/models/group_spec.rb +3 -3
  40. data/spec/models/group_tool_flags_spec.rb +3 -3
  41. data/spec/models/news_spec.rb +3 -3
  42. data/spec/models/package_spec.rb +3 -3
  43. data/spec/models/pong_spec.rb +3 -3
  44. data/spec/models/rel_file_spec.rb +3 -3
  45. data/spec/models/release_spec.rb +3 -3
  46. data/spec/models/simple_chamber_spec.rb +3 -3
  47. data/spec/models/simple_group_spec.rb +3 -3
  48. data/spec/models/simple_user_spec.rb +3 -3
  49. data/spec/models/skill_spec.rb +3 -3
  50. data/spec/models/token_spec.rb +3 -3
  51. data/spec/models/user_spec.rb +3 -3
  52. data/spec/spec_helper.rb +3 -3
  53. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee87ed25730de43c2c4b358ae35fccd6fde3c62a
4
- data.tar.gz: 91e39e29ec37bb2385f1df22b2f845147d7fd389
3
+ metadata.gz: 9f04df42defc633ab71df83aa0a7d6cf254d0fc0
4
+ data.tar.gz: 191138e64bc1765a5b8ae8d5294c9d165554a25e
5
5
  SHA512:
6
- metadata.gz: 092e4969eda560fbe632c4808ee3fc93e71c897135fd8d8e1152adb722af59ab8d4295820ee3368f17fdeca91d76f0137025cae6a8bd9846f6a6847394a256bc
7
- data.tar.gz: ff5e9a881608ba4774ac3b38089b8bb7213110707f11d2392d25e9195563a6dbcdf82c818d39a3c68652d6e4841b67df9be3c7acfd35c6ac6cdc420c2d935a72
6
+ metadata.gz: 66fb30b94cf9bd2face5c0b2c688828ef49aa39fee6848192a90eaf75fcf66fb4368a9c0c5534790f59b650c30b77d86bd1c00e07354889472490c5e4a2ec3b7
7
+ data.tar.gz: d123a8df77b47d3cee5ac4231f6f428940a129942a2c2c27420c368a36796eaa5f4ae904131d931366be7c958f3c4600256abc72337e502fe875945128a8a3a1
data/README.md CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  OSDNClient - the Ruby gem for the OSDN REST API v0 beta
4
4
 
5
- OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
5
+ OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
6
6
 
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
- - API version: 0.0.20160304
10
- - Package version: 0.0.20160711
11
- - Build date: 2016-07-11T13:06:13.810+09:00
9
+ - API version: 0.0.20161003
10
+ - Package version: 0.0.20161003
11
+ - Build date: 2016-10-04T16:32:42.213+09:00
12
12
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
13
- For more information, please visit [https://osdn.jp/projects/osdn-codes/wiki/APIGuide](https://osdn.jp/projects/osdn-codes/wiki/APIGuide)
13
+ For more information, please visit [https://osdn.net/projects/osdn-codes/wiki/APIGuide](https://osdn.net/projects/osdn-codes/wiki/APIGuide)
14
14
 
15
15
  ## Installation
16
16
 
@@ -25,15 +25,15 @@ gem build osdn-client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./osdn-client-0.0.20160711.gem
28
+ gem install ./osdn-client-0.0.20161003.gem
29
29
  ```
30
- (for development, run `gem install --dev ./osdn-client-0.0.20160711.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./osdn-client-0.0.20161003.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'osdn-client', '~> 0.0.20160711'
36
+ gem 'osdn-client', '~> 0.0.20161003'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -78,7 +78,7 @@ end
78
78
 
79
79
  ## Documentation for API Endpoints
80
80
 
81
- All URIs are relative to *https://osdn.jp/api/v0*
81
+ All URIs are relative to *https://osdn.net/api/v0*
82
82
 
83
83
  Class | Method | HTTP request | Description
84
84
  ------------ | ------------- | ------------- | -------------
@@ -160,7 +160,7 @@ Class | Method | HTTP request | Description
160
160
 
161
161
  - **Type**: OAuth
162
162
  - **Flow**: accessCode
163
- - **Authorization URL**: https://osdn.jp/account/oauth2ui/authorize
163
+ - **Authorization URL**: https://osdn.net/account/oauth2ui/authorize
164
164
  - **Scopes**:
165
165
  - profile: Read basic user profile
166
166
  - group: read access to group data
@@ -172,7 +172,7 @@ Class | Method | HTTP request | Description
172
172
 
173
173
  - **Type**: OAuth
174
174
  - **Flow**: implicit
175
- - **Authorization URL**: https://osdn.jp/account/oauth2ui/authorize
175
+ - **Authorization URL**: https://osdn.net/account/oauth2ui/authorize
176
176
  - **Scopes**:
177
177
  - profile: Read basic user profile
178
178
  - group: read access to group data
@@ -1,6 +1,6 @@
1
1
  # OSDNClient::DefaultApi
2
2
 
3
- All URIs are relative to *https://osdn.jp/api/v0*
3
+ All URIs are relative to *https://osdn.net/api/v0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -76,7 +76,7 @@ client_secret = "client_secret_example" # String | Your application secret (key)
76
76
 
77
77
  opts = {
78
78
  grant_type: "authorization_code", # String | \"authorization_code\" or \"refresh_token\"
79
- code: "code_example", # String | Set auth code issued by https://osdn.jp/account/oauth2ui/authorize for grant_type=authorization_code
79
+ code: "code_example", # String | Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type=authorization_code
80
80
  refresh_token: "refresh_token_example" # String | Set refresh token to update access token.
81
81
  }
82
82
 
@@ -95,7 +95,7 @@ Name | Type | Description | Notes
95
95
  **client_id** | **String**| Your application ID |
96
96
  **client_secret** | **String**| Your application secret (key) |
97
97
  **grant_type** | **String**| \"authorization_code\" or \"refresh_token\" | [optional] [default to authorization_code]
98
- **code** | **String**| Set auth code issued by https://osdn.jp/account/oauth2ui/authorize for grant_type=authorization_code | [optional]
98
+ **code** | **String**| Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type=authorization_code | [optional]
99
99
  **refresh_token** | **String**| Set refresh token to update access token. | [optional]
100
100
 
101
101
  ### Return type
@@ -1,6 +1,6 @@
1
1
  # OSDNClient::ProjectApi
2
2
 
3
- All URIs are relative to *https://osdn.jp/api/v0*
3
+ All URIs are relative to *https://osdn.net/api/v0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # OSDNClient::ProjectFrsApi
2
2
 
3
- All URIs are relative to *https://osdn.jp/api/v0*
3
+ All URIs are relative to *https://osdn.net/api/v0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # OSDNClient::ProjectNewsApi
2
2
 
3
- All URIs are relative to *https://osdn.jp/api/v0*
3
+ All URIs are relative to *https://osdn.net/api/v0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # OSDNClient::UserApi
2
2
 
3
- All URIs are relative to *https://osdn.jp/api/v0*
3
+ All URIs are relative to *https://osdn.net/api/v0*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -90,7 +90,7 @@ module OSDNClient
90
90
  # @param client_secret Your application secret (key)
91
91
  # @param [Hash] opts the optional parameters
92
92
  # @option opts [String] :grant_type \"authorization_code\" or \"refresh_token\" (default to authorization_code)
93
- # @option opts [String] :code Set auth code issued by https://osdn.jp/account/oauth2ui/authorize for grant_type=authorization_code
93
+ # @option opts [String] :code Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type=authorization_code
94
94
  # @option opts [String] :refresh_token Set refresh token to update access token.
95
95
  # @return [Token]
96
96
  def token(client_id, client_secret, opts = {})
@@ -104,7 +104,7 @@ module OSDNClient
104
104
  # @param client_secret Your application secret (key)
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @option opts [String] :grant_type \"authorization_code\" or \"refresh_token\"
107
- # @option opts [String] :code Set auth code issued by https://osdn.jp/account/oauth2ui/authorize for grant_type=authorization_code
107
+ # @option opts [String] :code Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type=authorization_code
108
108
  # @option opts [String] :refresh_token Set refresh token to update access token.
109
109
  # @return [Array<(Token, Fixnum, Hash)>] Token data, response status code and response headers
110
110
  def token_with_http_info(client_id, client_secret, opts = {})
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -135,7 +135,7 @@ module OSDNClient
135
135
 
136
136
  def initialize
137
137
  @scheme = 'https'
138
- @host = 'osdn.jp'
138
+ @host = 'osdn.net'
139
139
  @base_path = '/api/v0'
140
140
  @api_key = {}
141
141
  @api_key_prefix = {}
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,5 +22,5 @@ limitations under the License.
22
22
  =end
23
23
 
24
24
  module OSDNClient
25
- VERSION = "0.0.20160711"
25
+ VERSION = "0.0.20161003"
26
26
  end
@@ -3,10 +3,10 @@
3
3
  =begin
4
4
  #OSDN REST API v0 beta
5
5
 
6
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
6
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
7
7
 
8
- OpenAPI spec version: 0.0.20160304
9
- Contact: admin@osdn.jp
8
+ OpenAPI spec version: 0.0.20161003
9
+ Contact: admin@osdn.net
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
 
12
12
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -31,10 +31,10 @@ Gem::Specification.new do |s|
31
31
  s.version = OSDNClient::VERSION
32
32
  s.platform = Gem::Platform::RUBY
33
33
  s.authors = ["OSDN Tech Team"]
34
- s.email = ["admin@osdn.jp"]
35
- s.homepage = "https://osdn.jp/"
34
+ s.email = ["admin@osdn.net"]
35
+ s.homepage = "https://osdn.net/"
36
36
  s.summary = "OSDN API basic client library for ruby"
37
- s.description = "OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 . "
37
+ s.description = "OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 . "
38
38
  s.license = "MIT"
39
39
 
40
40
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -61,7 +61,7 @@ describe 'DefaultApi' do
61
61
  # @param client_secret Your application secret (key)
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [String] :grant_type \&quot;authorization_code\&quot; or \&quot;refresh_token\&quot;
64
- # @option opts [String] :code Set auth code issued by https://osdn.jp/account/oauth2ui/authorize for grant_type&#x3D;authorization_code
64
+ # @option opts [String] :code Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type&#x3D;authorization_code
65
65
  # @option opts [String] :refresh_token Set refresh token to update access token.
66
66
  # @return [Token]
67
67
  describe 'token test' do
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #OSDN REST API v0 beta
3
3
 
4
- #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 .
4
+ #OSDN REST API. Currently this API is experimental release. Pelase refer documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 .
5
5
 
6
- OpenAPI spec version: 0.0.20160304
7
- Contact: admin@osdn.jp
6
+ OpenAPI spec version: 0.0.20161003
7
+ Contact: admin@osdn.net
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osdn-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20160711
4
+ version: 0.0.20161003
5
5
  platform: ruby
6
6
  authors:
7
7
  - OSDN Tech Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-11 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -191,10 +191,10 @@ dependencies:
191
191
  - !ruby/object:Gem::Version
192
192
  version: 0.2.11
193
193
  description: 'OSDN REST API. Currently this API is experimental release. Pelase refer
194
- documentation on https://osdn.jp/projects/osdn-codes/wiki/APIGuide and you can get
195
- client libraries from https://osdn.jp/projects/osdn-codes/releases/p14859 . '
194
+ documentation on https://osdn.net/projects/osdn-codes/wiki/APIGuide and you can
195
+ get client libraries from https://osdn.net/projects/osdn-codes/releases/p14859 . '
196
196
  email:
197
- - admin@osdn.jp
197
+ - admin@osdn.net
198
198
  executables: []
199
199
  extensions: []
200
200
  extra_rdoc_files: []
@@ -264,7 +264,7 @@ files:
264
264
  - spec/models/token_spec.rb
265
265
  - spec/models/user_spec.rb
266
266
  - spec/spec_helper.rb
267
- homepage: https://osdn.jp/
267
+ homepage: https://osdn.net/
268
268
  licenses:
269
269
  - MIT
270
270
  metadata: {}