awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nesquena avatar

nesquena/rabl

0
View on GitHub↗
3,633 Stars·334 Forks·Ruby·MIT·1 Aufrufblog.codepath.com/2011/06/27/building-a-platform-api-on-rails↗

Rabl

General ruby templating with json, bson, xml, plist and msgpack support

Features

  • API Development - Supports templating for various formats like JSON, XML, and BSON.
  • API Frameworks - DSL for generating JSON and XML from Ruby objects.

Star-Verlauf

Star-Verlauf für nesquena/rablStar-Verlauf für nesquena/rabl

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Rabl

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Rabl.
  • django-tastypie/django-tastypieAvatar von django-tastypie

    django-tastypie/django-tastypie

    3,948Auf GitHub ansehen↗

    Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions as a model-based API generator, automatically creating read-write endpoints for database models to enable standard CRUD operations via HTTP. The project serves as a multi-format data serializer and hypermedia API mapper. It converts database data into various response formats, including JSON, XML, and YAML, based on client requests, and transforms database relationships into navigable links for resource discovery. The toolkit includes a security implementation for user authe

    Python
    Auf GitHub ansehen↗3,948
  • dreamfactorysoftware/dreamfactoryAvatar von dreamfactorysoftware

    dreamfactorysoftware/dreamfactory

    1,773Auf GitHub ansehen↗

    DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.

    Shellapiapi-generationapi-generator
    Auf GitHub ansehen↗1,773
  • dingo/apiAvatar von dingo

    dingo/api

    9,355Auf GitHub ansehen↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    Auf GitHub ansehen↗9,355
  • interagent/plinyAvatar von interagent

    interagent/pliny

    808Auf GitHub ansehen↗

    An opinionated toolkit for writing excellent APIs in Ruby.

    Ruby
    Auf GitHub ansehen↗808
Alle 30 Alternativen zu Rabl anzeigen→

Häufig gestellte Fragen

Was macht nesquena/rabl?

General ruby templating with json, bson, xml, plist and msgpack support

Was sind die Hauptfunktionen von nesquena/rabl?

Die Hauptfunktionen von nesquena/rabl sind: API Development, API Frameworks.

Welche Open-Source-Alternativen gibt es zu nesquena/rabl?

Open-Source-Alternativen zu nesquena/rabl sind unter anderem: dreamfactorysoftware/dreamfactory — DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data… rails/jbuilder — Jbuilder is a JSON template engine and builder for Ruby that provides a domain specific language for generating… dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… django-tastypie/django-tastypie — Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions… interagent/pliny — An opinionated toolkit for writing excellent APIs in Ruby. ruby-grape/grape — Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative…