All Projects → mmontone → Cl Rest Server

mmontone / Cl Rest Server

Licence: mit
Serve REST APIs from Common Lisp

Programming Languages

lisp
113 projects

Projects that are alternatives of or similar to Cl Rest Server

Alpaca Trade Api Python
Python client for Alpaca's trade API
Stars: ✭ 912 (+1972.73%)
Mutual labels:  api, rest-api
Server
Serve your Rubix ML models in production with scalable stand-alone model inference servers.
Stars: ✭ 30 (-31.82%)
Mutual labels:  api, rest-api
Binding Of Isaac Api
A RESTful API for the Binding of Isaac game series
Stars: ✭ 11 (-75%)
Mutual labels:  api, rest-api
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+1688.64%)
Mutual labels:  api, rest-api
Laravel Compass
A REST client inside your Laravel app
Stars: ✭ 1,002 (+2177.27%)
Mutual labels:  api, rest-api
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+1788.64%)
Mutual labels:  api, rest-api
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+78465.91%)
Mutual labels:  api, rest-api
Spyke
Interact with REST services in an ActiveRecord-like manner
Stars: ✭ 591 (+1243.18%)
Mutual labels:  api, rest-api
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (-18.18%)
Mutual labels:  api, rest-api
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+2111.36%)
Mutual labels:  api, rest-api
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+1684.09%)
Mutual labels:  api, rest-api
Axios Rest
A simple axios wrapper to make rest api call delightful
Stars: ✭ 41 (-6.82%)
Mutual labels:  api, rest-api
Koa2 Api Scaffold
一个基于Koa2的轻量级RESTful API Server脚手架。
Stars: ✭ 694 (+1477.27%)
Mutual labels:  api, rest-api
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-59.09%)
Mutual labels:  api, rest-api
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+1427.27%)
Mutual labels:  api, rest-api
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-54.55%)
Mutual labels:  api, rest-api
Notykt
📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
Stars: ✭ 543 (+1134.09%)
Mutual labels:  api, rest-api
Rick And Morty Api
The Rick and Morty API
Stars: ✭ 542 (+1131.82%)
Mutual labels:  api, rest-api
Restful Lenny
A lenny API. Use this to bring Lenny face to your applications
Stars: ✭ 31 (-29.55%)
Mutual labels:  api, rest-api
Generator Expressjs Rest
Project template for an ExpressJS application
Stars: ✭ 41 (-6.82%)
Mutual labels:  api, rest-api

Common Lisp REST Server

rest-server is a library for writing REST Web APIs in Common Lisp

Build Status

Install

The library is available at Ultralisp.

Documentation

HTML

PDF

Features

  • Method matching

    • Based on HTTP method (GET, PUT, POST, DELETE)
    • Based on Accept request header
    • URL parsing (argument types)
  • Serialization

    • Different serialization types (JSON, XML, S-expressions)
  • Error handling

    • Development and production modes
    • HTTP status codes
  • Validation via schemas

  • Annotations for api logging, caching, permission checking, and more.

  • Authentication

    • Different methods (token based, oauth)
  • API client

    • Generation of API client functions via macros
  • Alpha OpenAPI support

  • APIs documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].