Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
zshh38537yThanks, guys!
It’s essentially a wrapper for a large gaming site. It parses the HTML and returns JSON. It has 5 endpoints which all of them have 1-3 parameters.
@ryanmhoffman @SpencerBeige
@esaysimyan
@Veox -
zshh38537yBy the way, does anyone know where to find good documentation for an API? I’m thinking of extending mine and I want to have some inspiration.
-
deltam1067y@zshh
Not sure what documentation you would like to have
I always liked to autogenerate my API documentation directly from my code with swagger and then having my service hosting its own documentation
If you search for API design documentation
I would recommend domain driven design there are some books and help online in the direction of desiging rest apis -
zshh38537yEveryone, someone else used the API yesterday! Someone else than me. Such a cool feeling.
-
zshh38536yUpdate: I had to shut down this project as it was infringing on copyrighted content :( I had no idea but then I got threatened to be sued so I had to shut everything down. Oh well, I learned a lot.
Related Rants
Just released version 1 of my first API! For this project I did everything the way I wanted to, no shortcuts! I documented the shit out of every endpoint and parameter. Everything is throughly tested and it’s dockerized. I also have metrics for each endpoint (with Grafana in the frontend, which I love) as well as alerts in case it would go down for some reason.
I prepared all of this before deploying it out into the wild and damn, it feels so good. Probably no one will use it but I don’t care. It’s one of those projects where you have to force yourself to go to bed at 2 AM.
Just some thoughts. Don’t really have any techie friends so figured maybe someone here recognizes that feeling. Also I wrote it in Python, such a pleasant language.
rant
🐍
💻
api
fuck sleep
documentation