Skip to content

API spec for the feedly Cloud API using OpenAPI Specification (aka Swagger 2.0). Generates PHP, Java, Python, Go, Android, Objective-C and many more client SDK.

License

Notifications You must be signed in to change notification settings

hossain-khan/feedly-cloud-api-specification

Repository files navigation

Build Status https://img.shields.io/badge/OpenAPI--Spec-valid-green.svg

Unofficial Feedly Cloud API Specification

API spec for the feedly Cloud API using OpenAPI Specification (fka Swagger 2.0). Generates PHP, Java, Python, Go, Android, Objective-C and many more client SDK.

DISCLAIMER: The API specification only includes search API to serve my need to searching RSS/Atom feeds. See official website for list of APIs supported.

Preview API Spec

You can preview the spec file in ReDoc browser

Generating Client Library

Here is an example of generating java library using Retrofit and RxJava

java -jar swagger-codegen-cli-2.2.1.jar generate \
	--input-spec feedly-api-specification.yaml \
	--lang java \
	--library retrofit2 \
	-DuseRxJava=true \
	--model-package com.feedly.cloud.model \
	--api-package com.feedly.cloud.endpoint \
	--output feedly-api-client

NOTE: Download the CLI binary jar file from swagger-codegen.

About

API spec for the feedly Cloud API using OpenAPI Specification (aka Swagger 2.0). Generates PHP, Java, Python, Go, Android, Objective-C and many more client SDK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages