Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jellyfin/jellyfin-sdk-kotlin

Kotlin SDK for Jellyfin, supporting Android and JVM targets
https://github.com/jellyfin/jellyfin-sdk-kotlin

Use OperationBuilder as parent class in OperationUrlBuilder and remove duplicate code

Fixes a different implementation for the buildParameter function.

852d19eae55333d4451a45bf322a5d6b94577ab8 authored almost 4 years ago
Update openapi.json and generated sources to 10.7.0-RC4 (#185)

d2f804dcb65dd52030dcf203f3d590973a80e1c3 authored almost 4 years ago
Merge pull request #172 from nielsvanvelzen/openapi-composition

Support OpenAPI composition

b8f0c782354ca4ee5a57f096dbc1309bab1ab4d4 authored almost 4 years ago
Merge pull request #180 from nielsvanvelzen/api-constants

Generate apiVersion and serverVersion constants

70cbc085d10218d22c633b3cbbedac39a066633f authored almost 4 years ago
Fix bad import

1fde8088803abf2d22877aa3fb1978b4b75edd3e authored almost 4 years ago
Merge pull request #184 from jellyfin/gradlew-update-6.8.3

Update Gradle Wrapper from 6.8.2 to 6.8.3

b8b6a5d36b6f9df4f50b29ed0ddb3233377c27b0 authored almost 4 years ago
Update Gradle Wrapper from 6.8.2 to 6.8.3.

Signed-off-by: gradle-update-robot <[email protected]>

bcd8fc9ce1742877ed4f3afac18c198f2562360d authored almost 4 years ago
Rename gradle wrapper workflows (#183)

bc48188e5a8c583189ef047ae4114372916e3850 authored almost 4 years ago
Merge pull request #182 from jellyfin/gradlew-update-6.8.2

Update Gradle Wrapper from 6.7 to 6.8.2

045611b81965b997f0adfdc834b86cc10a0a1807 authored almost 4 years ago
Update Gradle Wrapper from 6.7 to 6.8.2.

Signed-off-by: gradle-update-robot <[email protected]>

ebbaa7ef07748a53b4e5d4f37aff522c05d45c5d authored almost 4 years ago
Merge pull request #181 from nielsvanvelzen/gh-actions-gradle

Add merge conflict labeler and gradle update and validate tasks

2413f6d74f1299cc86d9c4679e16ad19a9e17048 authored almost 4 years ago
Add merge conflict labeler task

7b771305d88c119eb1008f26f141d3888fe0b765 authored almost 4 years ago
Add gradle validate and gradle update tasks

5bc17843e51d9cd62634c27c5d98654df255c919 authored almost 4 years ago
Merge pull request #178 from nielsvanvelzen/apiclient-interface

Add more properties to apiclient interface

679483d1d80331b318a7dfe1e968f4310eb85b0e authored almost 4 years ago
Use ApiConstants in Jellyfin.apiVersion

5138904980b72ec61f56b041d8293fba22172439 authored almost 4 years ago
Use ApiClient interface instead of KtorApiClient in WebSocketApi

10836faf475f59ab0de14830bed51b7430209b4b authored almost 4 years ago
Update generated sources

15946604ec6b582fbe2643970353892e429ddda4 authored almost 4 years ago
Generate apiVersion and serverVersion constants

aabff75c31c065574f4fc8bf341709e4144193fc authored almost 4 years ago
Add "observe" command to CLI sample to listen for WebSocket messages (#177)

a65cf13c93f8b9ecbfc1aaed173b487d9e3f9da0 authored almost 4 years ago
Remove versionName and versionCode from android module (#179)

eb18a87ac5fb3dd009f1e2945a7979916e0411a9 authored almost 4 years ago
Add more properties to ApiClient interface

2f186d4f420e747c54da78c798cedca12f06dd2f authored almost 4 years ago
Update dependencies (#175)

Kotlin 1.4.10 -> 1.4.20
Android Gradle Plugin 4.1.1 -> 4.1.2

bd6c6c4895ceaa1616b081e7fa73c64505452b9b authored almost 4 years ago
Merge pull request #173 from nielsvanvelzen/nullable-post-body

Support nullable POST bodies

0cefeeade84ff1be34997b8bae85e7b1c373827f authored about 4 years ago
Merge pull request #170 from nielsvanvelzen/service-name-hook

Add service name hook

db586c2a21d1cc3b38ad99db2e61613d41f3ac2c authored about 4 years ago
Add String.toUUID and String.toUUIDOrNull functions (#171)

* Add String.toUUID and String.toUUIDOrNull functions

* Improve UUID functions kdoc

d768b89c82aaab98c30f1a47084eec70cd9e5683 authored about 4 years ago
Update generated sources

9c424e56cba338a6bff218b891e9e7daafbfa07c authored about 4 years ago
Support nullable post bodies

50268dfa01f06ed64b3ab1405f0e7d678fe79794 authored about 4 years ago
Remove NullableReferencesHook

It is not necessary anymore since we now receive proper nullability in the OpenAPI document

f7f495cf873d575737557a76d1a8d50e2643e9c4 authored about 4 years ago
Support anyOf and allOf with single item in schema to support nullability for references

661a9cae39393024cb2f42c4af47e2b3f26dd939 authored about 4 years ago
Add ServiceNameHook to README

ed2178dc6b6acd942496901fb39814fb95b77709 authored about 4 years ago
Delete Video3DFormat.kt

50507b23ba68b2a33bcb153dc246c0d5761392ec authored about 4 years ago
Update generated sources

a484bcaf27b63079af40b1fb088f694ff2125ecb authored about 4 years ago
Add PlayStateServiceNameHook

33f9a7520f3cb82e63667fc0aa242a1e2933e115 authored about 4 years ago
Add hook to modify service names and allow operations in multiple services

90402704b0ee3c611ec45e19cedc6f9378a836aa authored about 4 years ago
Merge pull request #169 from nielsvanvelzen/openapi-10.7-rc3

Update OpenAPI specification to 10.7~RC3

57613592269a99b986792d06e42c4db099b6c599 authored about 4 years ago
Update OpenAPI specification to 10.7~RC3

70a4a4f396bdb9a610a886f27a777d50342e55a2 authored about 4 years ago
Change behavior for deprecated parameters in API operations to generate a secondary function

The @Deprecated annotation is not supported by Kotlin (although IntelliJ worked fine with it!). ...

a48c7f8be91fb5dfd520a2c398d3e8730164ba1d authored about 4 years ago
Merge pull request #168 from nielsvanvelzen/discovery-fixes

Discovery fixes

bce42ff6d5c4ea19d6c7c836d86a124c9eab8810 authored about 4 years ago
Improve address candidate prioritization order

9387e34a77272ca9a515b62ab72afb08d016d351 authored about 4 years ago
Fix getRecommendedServer not returning

e249dff7eb78064dbda3200a354dd4e24df8379e authored about 4 years ago
Merge pull request #166 from nielsvanvelzen/openapi-10.7-rc2

Update OpenAPI specification to 10.7~RC2

9233b284505f5162257e48b55374ab669de3c283 authored about 4 years ago
Update OpenAPI specification to 10.7~RC2

71b93baa342139c7f025c0301fcfa5d1f9e2422c authored about 4 years ago
Fix detection of binary types in OpenApiTypebuilder

Now requires Jellyfin 10.7-rc2 >= to build

cafa588d7fa100443797bd8f509a027e968eb493 authored about 4 years ago
Merge pull request #165 from nielsvanvelzen/fix-the-uuid

Fix uuid parser sometimes failing

fc8f6b9c26a4ec742525667e5f41d9b419444e9e authored about 4 years ago
Fix uuid parser sometimes failing

1b31de4848a5c89252182bd9e948618e92c70ca8 authored about 4 years ago
Fix server discovery not ignoring unknown keys (#164)

3ca29f366ac637ec1fe26a80a17a1d89f7d12ca8 authored about 4 years ago
Update OpenAPI spec (#160)

efd06bde0a72ed1b5738311947a0ef9b249289f6 authored about 4 years ago
Merge pull request #159 from nielsvanvelzen/safe-device-name

Encode device name in authorization header

a884dd236c87b2f0c17da9c97f46e82ae45a5962 authored about 4 years ago
Merge pull request #157 from nielsvanvelzen/api-query-fixes

Fix lists incorrectly encoded in urls

6d1bb062ca5c1b9cc24ad797a929653484b09e9e authored about 4 years ago
Set default value for requireAuthentication (#155)

* Set the default value of requireAuthentication based on the security requirements

* Improve r...

280ce75590a8f485face55e3291200f05f1191a7 authored about 4 years ago
Expose ktor-http library (#158)

2c4cdf5630c65033d97a54916a9781cf334d0a78 authored about 4 years ago
Encode device name in authorization header

9cdf76f8ca3f5f802226a7bb541c2d58ea202091 authored about 4 years ago
Fix lists incorrectly encoded in urls

42571e527728ada570943b039a48fd1934b8cf1c authored about 4 years ago
Merge pull request #156 from h1dden-da3m0n/chore/readme

Initial readme update

2aabf0c66841291fdce11776a6ad01123c5c3e48 authored about 4 years ago
add bintray badge

Co-authored-by: Niels van Velzen <[email protected]>

70b79a10a1146f3365c044b9231579bf25ac7de9 authored about 4 years ago
Apply suggestions from code review

Co-authored-by: Niels van Velzen <[email protected]>

df944be29eeb356fb6e9d186c0dbd63099902ed8 authored about 4 years ago
add reference use-cases blurb

0adf73bd9ed3cdc694065a3c1fb7179407b2dd81 authored about 4 years ago
update readme badges

7f474134f515296d330c9c4949169d195fb6bb40 authored about 4 years ago
fix readme title

a5fe3296a6c85c56ca1273476b13ddaa0fa294f2 authored about 4 years ago
Merge pull request #154 from nielsvanvelzen/api-url-authentication

Add option to generate URLs with access token added

110b53f7717cb0f0027b45f89f4f54f9bce57c5d authored about 4 years ago
Update generated sources

6e87d97879c06d90de9726c73bfc30c7d0cb3eee authored about 4 years ago
Support adding credentials to API URLs

758eb012055b4347fb78b5e34509efa9137e5767 authored about 4 years ago
Update OpenAPI version to 10.7.0-rc1 (feature freeze) (#151)

5d9cc14d570fe5b07ce0d729df1a2eed7822e396 authored about 4 years ago
Support nullable parameters in path (#150)

7e762fbadc6308e9059e7e6122a676070d953584 authored about 4 years ago
Add download and update tasks for OpenAPI spec (#149)

* Add download and update tasks for OpenAPI spec

Uses repo.jellyfin.org to retrieve stable/un...

8bd9e113e88b556fc6525b517bef63411052501a authored about 4 years ago
Merge pull request #153 from nielsvanvelzen/explicitapi-core

Enable explicit API mode in jellyfin-core

7b3f9d9732b59e87e2583d914a04cfa512210aaa authored about 4 years ago
Merge pull request #152 from nielsvanvelzen/explicitapi-platform-android

Enable explicit API mode in jellyfin-platform-android

160500536d243ea4bd7b59fafae0eedd23cfdfd6 authored about 4 years ago
Enable explicit API mode in jellyfin-core

e2b02a30916cee96f4b9b2d364468644f195cad1 authored about 4 years ago
Enable explicit API mode in jellyfin-platform-android

af89baa4bd962ec120a27cd95173ed719783c66d authored about 4 years ago
Merge pull request #144 from nielsvanvelzen/additional-path-warnings

Add warning for path-parameters not specified in the operation path

efea92156ece569a8bc7f975102dd2b0a7725d30 authored about 4 years ago
Support font files as binary content in OpenAPI generator (#148)

c1b11d31b9ac6d8f8929d0224649716f7745e4ad authored about 4 years ago
Enable explicit API mode in jellyfin-api (#146)

b4d8d7217c040533b31a803192601b3a0388564c authored about 4 years ago
Enable explicit API mode in jellyfin-model (#145)

f56c8ffcc0b0ab14a719bb2b50fbb8e2ec94e9f4 authored about 4 years ago
Merge pull request #147 from nielsvanvelzen/deps-update-202011

Update all dependencies (November edition)

58571417bf1b615b226e14887be0301f50001f6d authored about 4 years ago
Merge pull request #143 from nielsvanvelzen/linguist-generated

Update gitattributes to mark generated code as such

a395666831cd2d9b16699b70d05c7ad22e575106 authored about 4 years ago
Update Android Gradle build tools

0f7b3550cd25ac5ac0939d01dcb3f3db41c97328 authored about 4 years ago
Update all dependencies

Except for Android Gradle build tools

3ca910086a24fc5ce712b0bda7fe55a88da4c43b authored about 4 years ago
Update Gradle Wrapper

c560de7a20c36c472f09a60740de56fe9c11cea0 authored about 4 years ago
Add warning for path-parameters not specified in the operation path

fd49c347488fa309334c90a62c2b6c0c6c3fca92 authored about 4 years ago
Mark openapi.json as vendored

cbec88c74a66b652f055ef7d75bd4a28fff74940 authored about 4 years ago
Update gitattributes to mark generated code as such

627397da480252288cfe7f11af27e77d0cd203a0 authored about 4 years ago
Merge pull request #142 from nielsvanvelzen/no-normalize

Remove device name normalization

6ac57eae56790fe946471ce992f3da1497c1de4a authored about 4 years ago
Remove normalization tests

b57b43552b91211beec05ffafec3e5d96c9baf10 authored about 4 years ago
Remove device name normalization

Required for Android WebView app only

57d51cb2cf40c27f46723e1900ca459c03d154fa authored about 4 years ago
Update Kotlinpoet to 1.7.2 (#138)

0078d96aad7cfb0bef45727955939213fb7cecfc authored about 4 years ago
Merge pull request #139 from nielsvanvelzen/cli-improvements

Refactor CLI sample

5b7218c26ffa50e17cbe60234d7fa29399d5b88b authored about 4 years ago
Replace kotlinx.cli with Clikt

6d7c8ddd90186d76196946fe80bd36c011258f91 authored about 4 years ago
Rename kotlin-console to kotlin-cli

05379aba577235895376fd3ea72e4ec59a3a06e2 authored about 4 years ago
Merge pull request #134 from nielsvanvelzen/recommended-servers

Add recommended server discovery

d5ec4e8e9f36671c3e5aa0b69b07112cb7a969cf authored about 4 years ago
Miscellaneous fixes

acda794cb90448b213b90035c290a5dbd05b3c40 authored about 4 years ago
Merge pull request #135 from nielsvanvelzen/operation-defaults

Add default values to API operations

9eca191327f964e770c88d3885667ad1194752a2 authored about 4 years ago
Merge pull request #136 from nielsvanvelzen/normalize-android-name-stable

Normalize the Android device name

8e00e5caa36a7e3d29adf625be8cc238ec39816b authored over 4 years ago
Normalize the Android device name

e81c9a8d50b4929529e7d16618c5bdadf717f052 authored over 4 years ago
Fix bad formatting in log statements

f90e4bd4c04989b3194bd54c6cd5534bec3cdb3e authored over 4 years ago
Fix unit tests failing

221d81aacec721bc69b66f423402d8fbcd522da1 authored over 4 years ago
Update generated sources

acf2bcb94d3e170fc9ab3da867e28b2de9620a13 authored over 4 years ago
Add default values to API operations

Supports strings, integers and booleans set in the OpenAPI spec and adds empty list or empty map...

4cea53d0cdc8c07f3765837b5b61484e5dae6df3 authored over 4 years ago
Merge pull request #129 from nielsvanvelzen/oapi-20201016

Update OpenAPI spec (version 2020-10-16)

51b2402a48bb543dc1410f78ff1ce4331eac193f authored over 4 years ago
Add recommended server discovery to find the best server candidate from a given input

a3981aeebd357c60e77b4851358ea6a7d7873f64 authored over 4 years ago
Update OpenAPI spec

14aa0762a5086e7e3203bfbda38e7e4ba2354f1a authored over 4 years ago