TechStacks!

<back to all web services

AppOverview

Site
The following routes are available for this service:
All Verbs/app-overview
AppOverview Parameters:
NameParameterData TypeRequiredDescription
ReloadqueryboolNo
AppOverviewResponse Parameters:
NameParameterData TypeRequiredDescription
CreatedformDateTimeNo
AllTiersformList<Option>No
TopTechnologiesformList<TechnologyInfo>No
ResponseStatusformResponseStatusNo
Option Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
TitleformstringNo
ValueformTechnologyTier?No
TechnologyTier Enum:
ProgrammingLanguageProgramming Languages
ClientClient Libraries
HttpHTTP Server Technologies
ServerServer Libraries
DataDatabases and NoSQL Datastores
SoftwareInfrastructureServer Software
OperatingSystemOperating Systems
HardwareInfrastructureCloud/Hardware Infrastructure
ThirdPartyServices3rd Party APIs/Services
TechnologyInfo Parameters:
NameParameterData TypeRequiredDescription
TierformTechnologyTierNo
SlugformstringNo
NameformstringNo
LogoUrlformstringNo
StacksCountformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /app-overview HTTP/1.1 
Host: techstacks.io 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	reload: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	created: 0001-01-01,
	allTiers: 
	[
		{
			name: String,
			title: String,
			value: ProgrammingLanguage
		}
	],
	topTechnologies: 
	[
		{
			tier: ProgrammingLanguage,
			slug: String,
			name: String,
			logoUrl: String,
			stacksCount: 0
		}
	],
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}