S
S
Stan_12017-03-19 14:57:42
API
Stan_1, 2017-03-19 14:57:42

What are open source systems for public REST APIs?

Good afternoon,
There was a task to write a system (small) - an API for implementing various functions. Are there any systems that allow the following:
1. Registering and issuing credentials
2. Receiving REST requests with access checking and logging
3. The ability to write your own hooks / methods / procedures for each call
4. Auto-documenting
I, for a long time, have been like this in ruby did, but is it possible - are there any ready-made developments that will develop without me? :)
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Edward Tibet, 2017-04-23
@eduardtibet

Autodocumentation - you can look towards swagger.io
But keep in mind that no one will write the documentation for you. You have to write everything yourself. Any tools will only bring everything into a normal form suitable for use.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question