Skip to content

Commit 6eecd35

Browse files
committed
update: compat with python 3.7, use spec 2.7.0
1 parent 80dc2d4 commit 6eecd35

File tree

115 files changed

+3516
-3623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3516
-3623
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0-SNAPSHOT

.swagger-codegen/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
language: python
33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
8-
#- "3.5-dev" # 3.5 development branch
7+
- "3.6"
8+
- "3.7-dev"
99
#- "nightly" # points to the latest development branch e.g. 3.6-dev
1010
# command to install dependencies
1111
install: "pip install -r requirements.txt"

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://
1515

1616
## Requirements.
1717

18-
Python 2.7 to 3.5+
18+
Python 2.7 and 3.4+
1919

2020
## Installation & Usage
2121
### pip install
@@ -180,7 +180,6 @@ Class | Method | HTTP request | Description
180180
- [CollectionCreation](docs/CollectionCreation.md)
181181
- [CollectionModification](docs/CollectionModification.md)
182182
- [CollectionPrivacy](docs/CollectionPrivacy.md)
183-
- [CollectionTitle](docs/CollectionTitle.md)
184183
- [CollectionType](docs/CollectionType.md)
185184
- [FlatErrorResponse](docs/FlatErrorResponse.md)
186185
- [FlatLocales](docs/FlatLocales.md)
@@ -199,18 +198,18 @@ Class | Method | HTTP request | Description
199198
- [OrganizationInvitation](docs/OrganizationInvitation.md)
200199
- [OrganizationInvitationCreation](docs/OrganizationInvitationCreation.md)
201200
- [OrganizationRoles](docs/OrganizationRoles.md)
201+
- [ResourceCollaborator](docs/ResourceCollaborator.md)
202202
- [ResourceCollaboratorCreation](docs/ResourceCollaboratorCreation.md)
203203
- [ResourceRights](docs/ResourceRights.md)
204-
- [ResourceSharingKey](docs/ResourceSharingKey.md)
205204
- [ScoreComment](docs/ScoreComment.md)
206205
- [ScoreCommentContext](docs/ScoreCommentContext.md)
207206
- [ScoreCommentCreation](docs/ScoreCommentCreation.md)
208207
- [ScoreCommentUpdate](docs/ScoreCommentUpdate.md)
209208
- [ScoreCommentsCounts](docs/ScoreCommentsCounts.md)
210209
- [ScoreCreation](docs/ScoreCreation.md)
211210
- [ScoreCreationType](docs/ScoreCreationType.md)
212-
- [ScoreData](docs/ScoreData.md)
213211
- [ScoreDataEncoding](docs/ScoreDataEncoding.md)
212+
- [ScoreDetails](docs/ScoreDetails.md)
214213
- [ScoreFork](docs/ScoreFork.md)
215214
- [ScoreLicense](docs/ScoreLicense.md)
216215
- [ScoreLikesCounts](docs/ScoreLikesCounts.md)
@@ -231,14 +230,11 @@ Class | Method | HTTP request | Description
231230
- [UserAdminUpdate](docs/UserAdminUpdate.md)
232231
- [UserBasics](docs/UserBasics.md)
233232
- [UserCreation](docs/UserCreation.md)
234-
- [UserDetailsAdminLicense](docs/UserDetailsAdminLicense.md)
235-
- [UserInstruments](docs/UserInstruments.md)
236-
- [ResourceCollaborator](docs/ResourceCollaborator.md)
237-
- [ScoreDetails](docs/ScoreDetails.md)
238-
- [UserPublicSummary](docs/UserPublicSummary.md)
233+
- [UserDetails](docs/UserDetails.md)
239234
- [UserDetailsAdmin](docs/UserDetailsAdmin.md)
235+
- [UserInstruments](docs/UserInstruments.md)
240236
- [UserPublic](docs/UserPublic.md)
241-
- [UserDetails](docs/UserDetails.md)
237+
- [UserPublicSummary](docs/UserPublicSummary.md)
242238

243239

244240
## Documentation For Authorization
@@ -251,6 +247,7 @@ Class | Method | HTTP request | Description
251247
- **Authorization URL**: https://flat.io/auth/oauth
252248
- **Scopes**:
253249
- **account.public_profile**: Provides access to the basic person's public profile. Education profiles may be anonymized with this scope, you can request the scope `education_profile` to access to the a basic education account profile.
250+
- **account.email**: Provices access to the person's email.
254251
- **account.education_profile**: Provides access to the basic person's education profile and public organization information.
255252
- **scores.readonly**: Allows read-only access to all a user's scores. You won't need this scope to read public scores.
256253
- **scores.social**: Allow to post comments and like scores
@@ -267,9 +264,3 @@ Class | Method | HTTP request | Description
267264
- **edu.admin.lti.readonly**: Read-only access to the LTI Credentials of an organization.
268265
- **edu.admin.users**: Access and manage the users and invitations of the organization.
269266
- **edu.admin.users.readonly**: Read-only access to the users and invitations of the organization.
270-
271-
272-
## Author
273-
274-
developers@flat.io
275-

docs/AccountApi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Get current user profile
1515
Get details about the current authenticated User.
1616

1717
### Example
18+
19+
* OAuth Authentication (OAuth2):
1820
```python
1921
from __future__ import print_function
2022
import time
@@ -50,7 +52,7 @@ This endpoint does not need any parameter.
5052

5153
### HTTP request headers
5254

53-
- **Content-Type**: application/json
55+
- **Content-Type**: Not defined
5456
- **Accept**: application/json
5557

5658
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)