Thread: Xegony Editor
View Single Post
  #2  
Old 02-15-2018, 08:16 AM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 502
Default

My tool's http services is split between an API endpoint and Web endpoint. The API is auto-documented using swagger and postman to navigate the extensive API endpoints.

You can access them via:
postman and swagger


The challenge I've hit with the above is.. there's too many endpoints for swagger interactive!
To give context:

I'm up to 218 endpoints
Each endpoint consists of standard SCRUD with some times some bonus ones:


Later, I'll have to split up the generated endpoints to static serving, navigated documents for each scope group.. but now I use postman and curl until I put time into that.

Anyways, I just wanted to share this challenge I've hit, in case others may have feedback about it. And, to give insight about the effort i'm doing.
__________________

~Shin Noir
DungeonEQ.com
Reply With Quote