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.
- checksums.yaml +4 -4
- data/README.md +11 -11
- data/docs/DefaultApi.md +3 -3
- data/docs/ProjectApi.md +1 -1
- data/docs/ProjectFrsApi.md +1 -1
- data/docs/ProjectNewsApi.md +1 -1
- data/docs/UserApi.md +1 -1
- data/lib/osdn-client.rb +3 -3
- data/lib/osdn-client/api/default_api.rb +5 -5
- data/lib/osdn-client/api/project_api.rb +3 -3
- data/lib/osdn-client/api/project_frs_api.rb +3 -3
- data/lib/osdn-client/api/project_news_api.rb +3 -3
- data/lib/osdn-client/api/user_api.rb +3 -3
- data/lib/osdn-client/api_client.rb +3 -3
- data/lib/osdn-client/api_error.rb +3 -3
- data/lib/osdn-client/configuration.rb +4 -4
- data/lib/osdn-client/models/group.rb +3 -3
- data/lib/osdn-client/models/group_tool_flags.rb +3 -3
- data/lib/osdn-client/models/news.rb +3 -3
- data/lib/osdn-client/models/package.rb +3 -3
- data/lib/osdn-client/models/pong.rb +3 -3
- data/lib/osdn-client/models/rel_file.rb +3 -3
- data/lib/osdn-client/models/release.rb +3 -3
- data/lib/osdn-client/models/simple_chamber.rb +3 -3
- data/lib/osdn-client/models/simple_group.rb +3 -3
- data/lib/osdn-client/models/simple_user.rb +3 -3
- data/lib/osdn-client/models/skill.rb +3 -3
- data/lib/osdn-client/models/token.rb +3 -3
- data/lib/osdn-client/models/user.rb +3 -3
- data/lib/osdn-client/version.rb +4 -4
- data/osdn-client.gemspec +6 -6
- data/spec/api/default_api_spec.rb +4 -4
- data/spec/api/project_api_spec.rb +3 -3
- data/spec/api/project_frs_api_spec.rb +3 -3
- data/spec/api/project_news_api_spec.rb +3 -3
- data/spec/api/user_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +3 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/group_spec.rb +3 -3
- data/spec/models/group_tool_flags_spec.rb +3 -3
- data/spec/models/news_spec.rb +3 -3
- data/spec/models/package_spec.rb +3 -3
- data/spec/models/pong_spec.rb +3 -3
- data/spec/models/rel_file_spec.rb +3 -3
- data/spec/models/release_spec.rb +3 -3
- data/spec/models/simple_chamber_spec.rb +3 -3
- data/spec/models/simple_group_spec.rb +3 -3
- data/spec/models/simple_user_spec.rb +3 -3
- data/spec/models/skill_spec.rb +3 -3
- data/spec/models/token_spec.rb +3 -3
- data/spec/models/user_spec.rb +3 -3
- data/spec/spec_helper.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f04df42defc633ab71df83aa0a7d6cf254d0fc0
|
4
|
+
data.tar.gz: 191138e64bc1765a5b8ae8d5294c9d165554a25e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
10
|
-
- Package version: 0.0.
|
11
|
-
- Build date: 2016-
|
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.
|
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.
|
28
|
+
gem install ./osdn-client-0.0.20161003.gem
|
29
29
|
```
|
30
|
-
(for development, run `gem install --dev ./osdn-client-0.0.
|
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.
|
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.
|
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.
|
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.
|
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
|
data/docs/DefaultApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# OSDNClient::DefaultApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://osdn.
|
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.
|
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.
|
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
|
data/docs/ProjectApi.md
CHANGED
data/docs/ProjectFrsApi.md
CHANGED
data/docs/ProjectNewsApi.md
CHANGED
data/docs/UserApi.md
CHANGED
data/lib/osdn-client.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/lib/osdn-client/version.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
25
|
+
VERSION = "0.0.20161003"
|
26
26
|
end
|
data/osdn-client.gemspec
CHANGED
@@ -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.
|
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.
|
9
|
-
Contact: admin@osdn.
|
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.
|
35
|
-
s.homepage = "https://osdn.
|
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.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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 \"authorization_code\" or \"refresh_token\"
|
64
|
-
# @option opts [String] :code Set auth code issued by https://osdn.
|
64
|
+
# @option opts [String] :code Set auth code issued by https://osdn.net/account/oauth2ui/authorize for grant_type=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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/api/user_api_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/api_client_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/configuration_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/group_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/news_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/package_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/pong_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/release_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/skill_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/token_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/models/user_spec.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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");
|
data/spec/spec_helper.rb
CHANGED
@@ -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.
|
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.
|
7
|
-
Contact: admin@osdn.
|
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.
|
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-
|
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.
|
195
|
-
client libraries from https://osdn.
|
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.
|
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.
|
267
|
+
homepage: https://osdn.net/
|
268
268
|
licenses:
|
269
269
|
- MIT
|
270
270
|
metadata: {}
|